Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not working in Unity 2019.4.40 LTS #67

Open
paulorenanmelo opened this issue Oct 6, 2022 · 1 comment
Open

Not working in Unity 2019.4.40 LTS #67

paulorenanmelo opened this issue Oct 6, 2022 · 1 comment

Comments

@paulorenanmelo
Copy link

Error when importing package, not compiling.

Library\PackageCache\com.e7.notch-solution@35d64dd\Editor\Simulator\NotchSimulator.cs(433,55): error CS0246: The type or namespace name 'PrefabStage' could not be found (are you missing a using directive or an assembly reference?)

@sdalexandre
Copy link

The breaking changes:
2bb581e

I have solved the error by readding the following line:
using UnityEditor.Experimental.SceneManagement;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants