I am new to unity and currently working on creating enemy AI. It would be great to have help using waypoints to get an enemy moving around the map. How would I set this up?
I am unexperienced with scripting also, and help would be much appreciated!
You’ll want to learn about navigation and pathfinding:
http://docs.unity3d.com/Manual/Navigation.html
I’m all for ambition, but there’s something to be said for going slow and learning how stuff works before jumping into AI. What usually happens is you get done with that feature and along the journey of learning find out you were doing it wrong and have to start over. Take some time making smaller projects and experiment with simpler Unity mechanics and work your way up to AI. You won’t regret it. Secondly there’s loads of articles on AI theories you can just google. It’s such a diverse topic I can’t see anyone being able to give solid advice from such a general question. Not that your question is bad… I just think you’re getting ahead of yourself.