@ -71,7 +71,14 @@ namespace Fungus
instance = this;
GameObject.DontDestroyOnLoad(this);
if (transform.parent == null)
{
}
else
Debug.LogError("Save Menu cannot be preserved across scene loads if it is a child of another GameObject.");
clickAudioSource = GetComponent<AudioSource>();