This also upgraded the package to the latest master branch commit because I use the git URL in my package.json.
Exception thrown while invoking [DidReloadScripts] method 'E7.NotchSolution.NotchSimulator:OnScriptsReloaded ()' : NullReferenceException: Object reference not set to an instance of an object
E7.NotchSolution.NotchSimulator.EnsureCanvasAndEventSetup (UnityEditor.Experimental.SceneManagement.PrefabStage prefabStage) (at Library/PackageCache/com.e7.notch-solution@f733ffcdcb9029548c124c17cbe2272bb5c39f65/Editor/NotchSimulator.cs:328)
E7.NotchSolution.NotchSimulator.UpdateAllMockups () (at Library/PackageCache/com.e7.notch-solution@f733ffcdcb9029548c124c17cbe2272bb5c39f65/Editor/NotchSimulator.cs:244)
E7.NotchSolution.NotchSimulator.OnScriptsReloaded () (at Library/PackageCache/com.e7.notch-solution@f733ffcdcb9029548c124c17cbe2272bb5c39f65/Editor/NotchSimulator.cs:223)
This also upgraded the package to the latest
master
branch commit because I use thegit
URL in mypackage.json
.