The Complete Unity Game Development Course

share ›
‹ links

Below are the top discussions from Reddit that mention this online Udemy course.

Create Your Own First Person Shooter Zombie Game

Reddemy may receive an affiliate commission if you enroll in a paid course after using these buttons to visit Udemy. Thank you for using these buttons to support Reddemy.

Taught by
Codestars by Rob Percival

2

Reddit Posts and Comments

0 posts • 2 mentions • top 2 shown below

r/unity_tutorials • comment
1 points • Niksauce

I learned a lot from this course specifically gets you going on A LOT of concepts and mechanics. Then that instructor specifically has other courses from Minecraft voxel stuff to MarioCart style games and all sorts of other ones.

https://www.udemy.com/course/unity-complete/

r/gamedev • comment
1 points • saulan

One thing you can try is starting with an online course where you will create increasingly more complex games something like https://www.udemy.com/course/unity-complete/ (not affilitated, just an example). They typically hold your hand in the beginning so you can get practical stuff done. It's a great confidence booster and it helps getting the basics down.

One thing you may want to consider is switchin to Unity. C++ is typically harder to get into, you may want to give Unity a shot rather than U4. C#, the language used by Unity is arguably more approchable for newcomers as you don't have to mess with more complex features like memory management, pointers and all the fun stuff :).