void Start () {
Debug.Log (“Calling Load”);
Load ();
Debug.Log (“Called Load”);
}
Help, please
@TheSOULDev
void Start () {
Debug.Log (“Calling Load”);
Load ();
Debug.Log (“Called Load”);
}
Help, please
@TheSOULDev
Maybe the gameobject this script is attached to isn’t active when the game starts?