简体   繁体   中英

The type or namespace name `SceneManagement' does not exist in the namespace `UnityEditor.Experimental'

I've got this error after importing a framework into my project:

The type or namespace name SceneManagement' does not exist in the namespace UnityEditor.Experimental'. Are you missing an assembly reference?

I'm using Unity 2018.2.18f.

What should I do to solve this?

SceneManegement namespace is belongs to UnityEngine.SceneManagement , i think if you add this namespace your problem will be solved.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM