Posted inC# Unity Engine
Difference between Unity Scripts Awake(), OnEnable() and Start()
Hello everyone, today we will talk about a very common topic about unity's script lifecycle. We all are familiar with the awake() , OnEnable() and start() method. Awake() and Start()…