your videos are real good so first of all a big thank you. Like you, I have a voice that has a low register - I have to often cut some "low frequencies" on my vocal audio to help make myself more understood. I think if you'd cut some low-end from your vocal audio, with EQ, it would go a long way to making your voice sound just a bit clearer - sometimes it almost is a bit muffled and I have to turn on English subtitles to get what you're imparting and I'm a native English speaker. Just a two-second fix - I think it would improve your videos by not taking a viewer out of the moment a bit. Thank you again for your amazing tutorials
13:20, why does he set the enemy game object active as false instead of just doing Destroy(enemy, 3); ? Destroy would achieve the same effect as set active false and you remove the need for calling the wait
Hi! Unfortunately I don't have any really good recommendations for beginners on this. I have been programming for over 20 years so some of the early books I worked through probably are hard to come by and honestly I don't remember them. I also went to college for a Software Engineering degree which I found to be invaluable.
The lower numbers are called first on the Script Execution Order settings: docs.unity3d.com/Manual/class-MonoManager.html#:~:text=Unity%20executes%20the%20list%20from%20top%20to%20bottom,and%20before%20any%20scripts%20with%20positive%20order%20numbers.
@@LlamAcademy I know but I want called totally first target framerate so I want to know in nagative number -1 first called? Or smaller then -1 first called
Very Nice System :)
oh man this is awesome definitely subscribing!😁
your videos are real good so first of all a big thank you. Like you, I have a voice that has a low register - I have to often cut some "low frequencies" on my vocal audio to help make myself more understood. I think if you'd cut some low-end from your vocal audio, with EQ, it would go a long way to making your voice sound just a bit clearer - sometimes it almost is a bit muffled and I have to turn on English subtitles to get what you're imparting and I'm a native English speaker. Just a two-second fix - I think it would improve your videos by not taking a viewer out of the moment a bit. Thank you again for your amazing tutorials
Thank you for the tip! I will try that out on the next video. I hope the more recent ones sound nicer already, but I'll let you be the judge of that!
Been wanting to learn this for a bit! Thanks!
Awesome! 🔥🔥
it's really very nice! incredible. I couldn't wait to be able to follow your tutorials again, I think I'm a little late😁
Thanks 😊 hope you can make something fun with it!
You are awesome every time I checked!
🙏thank you!!
Still waiting for brust compiler and job system video ✌❤️
That one is still several weeks out 🙂
13:20, why does he set the enemy game object active as false instead of just doing Destroy(enemy, 3); ?
Destroy would achieve the same effect as set active false and you remove the need for calling the wait
You can do it that way as well. I was implementing this originally with object pooled enemies, so I didn’t want to destroy them
hello ! how are you ? hope you are doing amazing !
please i want to have a good programmation logic?
wish book, courses.... do you suggest to me ?
Hi! Unfortunately I don't have any really good recommendations for beginners on this. I have been programming for over 20 years so some of the early books I worked through probably are hard to come by and honestly I don't remember them. I also went to college for a Software Engineering degree which I found to be invaluable.
@@LlamAcademy no problem
thank you ! 😊
Hey, In Script Execution Order settings eg. what will first called -1,-2 and 1,2 ? Pick up 1 number
The lower numbers are called first on the Script Execution Order settings: docs.unity3d.com/Manual/class-MonoManager.html#:~:text=Unity%20executes%20the%20list%20from%20top%20to%20bottom,and%20before%20any%20scripts%20with%20positive%20order%20numbers.
@@LlamAcademy I know but I want called totally first target framerate so I want to know in nagative number -1 first called? Or smaller then -1 first called
Negative numbers are valid and will be called before positive numbers!
@@LlamAcademy Hey , I am asking in the negative numbers -1 order is first called and after all negative numbers order are called ?