Oh look at what we have here. Another incredibly underrated programming channel.
@punixerz4 жыл бұрын
The easier example on the end was incredibly useful to get much better the first one. GOOD JOB BRO!!!! Keep this up!
@kayumiy4 жыл бұрын
Your explanation is better than Unity official. Thank you.
@evansullivan186 жыл бұрын
Great tutorials! I'm in a game dev program and we use your Unity tutorials as assignments. Loving the clear explanation!
@msj68945 жыл бұрын
Hi! I'm from Korea :) this video is very helpful for me!! Thank you so much :D
@totoledao6 жыл бұрын
This series was so good! Thank you for making it!
@KodecoDev6 жыл бұрын
I'm glad it helped - now comes the really hard part, digging into the Unity API :) Thankfully, we have lots of free tutorials on the site to get you started :)
@nareshkumarravanaboina3606 жыл бұрын
+raywenderlich.com Unity API I there?
@nareshkumarravanaboina3606 жыл бұрын
+raywenderlich.com unity API is there?
@alex_zyx5 жыл бұрын
Thank you very much man, this series has been really helpful
@ElijahQ064 жыл бұрын
Hi I have been following and enjoying your lessons if this the last episode or will you post more
@hefhef543216 жыл бұрын
Very useful man, thanks!
@adhochero66195 жыл бұрын
how would you do it with separate scripts. like if vehicle was its own script, containing everything thing that car and tank both share and then using separate car and tank scripts to make the alterations?
@seanabbott94783 жыл бұрын
helped alot. Much appreciated
@magnusm45 жыл бұрын
Do you use abstract classes for example: Use/interact in games like if you interact with an npc then the inheriting class on that npc calls a conversation method. But if you Use/Interact with a box then the inheriting class on that box instead calls a method that does a box animation then spawns an enemy. So you can make all things in the game react to bullets or interactions but each do different things that you code into the inheriting class and calls in the overriding method or the overriding method calls another class in the same script or on the object
@punixerz5 жыл бұрын
is taking damage an ability? :D Very nice video sir. I'm finally understanding this stuff. Cool music at the end btw.
@CrazyHamster7775 жыл бұрын
Good and very informative video. Too bad it's underrated
@nareshkumarravanaboina3606 жыл бұрын
sir I have your book Unity games by tutorials..... I want to ask that before starting from the beginning of book should I learn the last section Appendices completly..?