NotchSolution icon indicating copy to clipboard operation
NotchSolution copied to clipboard

Not working in Unity 2019.4.40 LTS

Open paulorenanmelo opened this issue 2 years ago • 1 comments

Error when importing package, not compiling.

Library\PackageCache\com.e7.notch-solution@35d64ddef6\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?)

paulorenanmelo avatar Oct 06 '22 20:10 paulorenanmelo

The breaking changes: https://github.com/5argon/NotchSolution/commit/2bb581e20dfc5f666a9819af86bed2962ffa9d76

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

sdalexandre avatar Feb 15 '23 00:02 sdalexandre