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() are more common for beginner developers tho. There are differences…