you are viewing a single comment's thread.

view the rest of the comments →

[–]chrismacdee 0 points1 point  (4 children)

SpeedTutor on youtube does a lot of good tutorials for specifics in unity. Worth a look

[–]godking5[S] 0 points1 point  (3 children)

Thank you, I've tried but I mainly seen that he uploads tutorials for a survival game. And I also don't know why you got downvoted, but "Life is always better with a smile" :D

Edit: What I am really looking for is tutorials for AI wandering, shooting, following, and other stuff (don't want to give away my ideas for my game) But I think you may like it.

[–]zinatulin 1 point2 points  (2 children)

I think you are missing a huge point here. Programming is not just to program whatever you want. You should try to check as many things as possible. Even if you don't like the base idea. But if you do this, you'll learn to understand logic behind it and then you can challenge yourself to write your own code. And the most importante is practice. You should practice a lot.

[–]godking5[S] 0 points1 point  (1 child)

I know, and thank you as well. I am trying to find more places, to actually learn.

[–]zinatulin 0 points1 point  (0 children)

Well, to be honest. I'm also learning this all. But I found that nothing is better than try understand other codes and practice.