Still trying to understand the difference between start and awake https://docs.unity3d.com/Manual/ExecutionOrder.html
So start is called once, every time a scene is loaded? and awake is only called once in the runtime (lifetime) of the game?
(👋 still a beginner making slow progress here, sorry if this question is irritating because ive asked b4, but i just didn't get it)