1 (edited by pjakhu 2017-04-12 18:46:01)

Topic: SceneManagement Error on Unity 5.6.0f3

I just bought Online Maps and when I import the asset and reopen the project, it gives me this in the console: error CS0117: `SceneManager' does not contain a definition for `GetActiveScene' for the files OnlineMapsDFGUITextureControlEditor.cs, OnlineMapsGUITextureControlEditor.cs, OnlineMapsIGUITextureControlEditor.cs, OnlineMapsNGUITextureControlEditor.cs, OnlineMapsSpriteRendererControlEditor.cs, OnlineMapsTextureControlEditor.cs, OnlineMapsTilesetControlEditor.cs, OnlineMapsUIImageControlEditor.cs, OnlineMapsUIRawImageControlEditor.cs and OnlineMapsEditor.cs.

It happens to me on both Standalone and Android platforms.

Re: SceneManagement Error on Unity 5.6.0f3

Hello.

https://docs.unity3d.com/ScriptReferenc … Scene.html

Most likely you have your own class SceneManager in the global namespace.
Use some namespace or rename your class.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: SceneManagement Error on Unity 5.6.0f3

Yeah, looks like that was issue.