Unity Scripting API #7: Awake() ☀️

Published: 27 January 2021
on channel: Kauress
238
9

⭐Event methods get called automatically by the Unity3D engine at predetermined times.
☀️Called only once in the lifecycle of a script
☀️Called even if the script component is disabled
☀️It is an initialization method like Start(). Called at the beginning when game objects are created and initialized. Awake() is called when the object that the script is attached to is initialized
☀️ Usage: Awake() is used to initialize any variables, properties, or game state of an object before the game starts . Initializing variables and current object properties that *do* not depend upon any other variable or object property. It will also create any references between scripts


*************
Music:
thful Mission by Artificial.Music |   / artificial-music  
Music promoted by https://www.free-stock-music.com
Creative Commons Attribution 3.0 Unported License
https://creativecommons.org/licenses/...
******************


On this page of the site you can watch the video online Unity Scripting API #7: Awake() ☀️ with a duration of hours minute second in good quality, which was uploaded by the user Kauress 27 January 2021, share the link with friends and acquaintances, this video has already been watched 238 times on youtube and it was liked by 9 viewers. Enjoy your viewing!