Horje
difference between awake and start unity Code Example
difference between awake and start unity
The Awake function is called on all objects in the scene before
any object's Start function is called.
his fact is useful in cases where object A's initialisation code needs
to rely on object B's already being initialised;
B's initialisation should be done in Awake while A's should be done in Start.




Csharp

Related
error the property is part of the object's key Code Example error the property is part of the object's key Code Example
how to cut  image from timeline editor  in c# Code Example how to cut image from timeline editor in c# Code Example
make 2D object move at constant speed unity Code Example make 2D object move at constant speed unity Code Example
c# function<T> Code Example c# function<T> Code Example
unity how to get data of play session time in a text file? Code Example unity how to get data of play session time in a text file? Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
8