I cant find a tutorial from unity that will give me a tutorial of how to create a enemy that can go towards the main player and a way it can do damage. All I see is stuff that comes in an asset package that only works for the character they use in that session. Do any of you all know one that does???
Have you tried the Survival Shooter tutorial?
@JoeStrout I have, It uses an older version of unity and it is using a character which has more variables than i do. I am using a sphere and I do not know what to change. Even though I did everything I could do, I could not bake nor have the right variables (non) on the animator.
Well, it sounds like maybe you weren’t quite ready for that tutorial yet. No shame in that; programming is complex and it takes a while to really grok it.
Note that you do need to really understand what you’re doing; if you expect to have step-by-step instructions or code you can just drop in and use in your game without understanding and modifying it, you are doomed to fail.
So your goal at this stage should be acquiring the knowledge and understanding you need to solve things like this yourself. For example, you can easily make enemies go towards the player by just turning towards the player and moving forward… “easily,” that is, once you’ve grasped the basics of C# and the Unity API. Nearly impossible before that.
So I would encourage you to go back to the Learn section, and work through the more elementary tutorials very carefully. Don’t go looking for pieces you can extract and use; instead really do the tutorials step by step, and try to understand what you’re doing.
And of course, if you get stuck, post back here with a specific question and we’ll be happy to help! Be sure to include the code you’re working with, and a detailed explanation of what it does or doesn’t do that is a problem.
Check out YouTube. There are dozens (if not hundreds) of follow AI tutorials.