DEV Community

Cover image for Unity Game Dev Resources - that helped me - publish my own games !
Chetan Sharma
Chetan Sharma

Posted on

Unity Game Dev Resources - that helped me - publish my own games !

Math/Tools/Shaders/Code

https://www.youtube.com/c/Acegikmo (detailed shader math and programming tuts)
https://gamemath.com/book/intro.html (book)
https://www.youtube.com/c/GameDevGuide (tools/systems)
https://www.catlikecoding.com/unity/tutorials/ (may be old but still most info is relevant)
https://www.youtube.com/c/SebastianLague (some art math heavy)
https://www.youtube.com/c/Roundbeargames (C++ tutorials for unity users - explaining basic concepts of programming)
youtube.com/c/Unity3dCollege/videos (code and game design)
https://gameprogrammingpatterns.com/contents.html (programming patterns book)
https://www.youtube.com/c/SharpAccent/videos (intermediate to advance tutorials 3d)

2D/General Understanding of Unity/Basic Game Mechanics:

https://www.youtube.com/c/Blackthornprod/videos
https://www.youtube.com/c/JonasTyroller/videos
https://www.youtube.com/user/Brackeys
https://www.youtube.com/c/JimmyVegasUnity/videos
https://www.youtube.com/c/Tarodev
https://www.youtube.com/c/EpitomeGames/videos (new multiplayer courses)

Computer Graphics/Game Engine :

https://gabrielgambetta.com/computer-graphics-from-scratch/ (book)
https://www.youtube.com/c/TheChernoProject/videos (game engine)
https://www.youtube.com/c/javidx9/videos (engine code)

Multiplayer :

https://docs.google.com/document/d/1ufcl6_ylbzthfmzzZ7HPiwDLR0sr1N3UAunUG9rnisY/edit#heading=h.ch4goz9wecxs (Unity Networking Frameworks - Feature List (available multiplayer solution comparison))
https://www.youtube.com/c/DapperDinoCodingTutorials/playlists (Mirror and Playfab)
https://www.youtube.com/c/FirstGearGames/videos (mirror with js server)

I post such resources and unity related tips from time to time.
You can follow me on twitter : https://twitter.com/lifecodegames

Top comments (0)