Closed lisahabich closed 1 year ago
To fix the error when the language manager is not a root game object, the parent has to be set to null.
transform.SetParent(null); DontDestroyOnLoad(gameObject)
To fix the error when the language manager is not a root game object, the parent has to be set to null.