Recent content by jlabs1

  1. J

    Enter Play Mode Settings

    I had this same problem, thanks! I wonder though, maybe this would be a safer way to do it? m_GameObject = gameObject; if (m_AudioManagerModule == null) { m_AudioManagerModule = ScriptableObject.CreateInstance<AudioManagerModule>(); } else...
Top