Avoid Update Inside Unity

Опубликовано: 04 Июнь 2026
на канале: NOT Making Games
137
2

The most used function inside Unity is for sure, the update method.
Since we want to capture the user input as soon as he hit the controls or calculate the distance between two objects.

But this function is called so offen that it need to be used carefully. In this video i show some tecniques in how to deal with that difficulties.

Link to the Unity sheet:
https://drive.google.com/file/d/1kaR7...

Link to the project in the github:
https://github.com/CaiporaGames/Avoid...

Give a like to receive more videos like this. You can let yours douts and i will try my best to answer.