arimger / Unity-Editor-Toolbox

Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.
MIT License
1.7k stars 125 forks source link

SceneSerializationUtility RefreshCache Error #74

Closed Zenodeon closed 1 year ago

Zenodeon commented 1 year ago

SceneSerializationUtility 's RefreshCache() gives out an error when it is Refreshing Cache on a scene that is added to the build settings but it no longer exists.

Reproduce Method

You will see an error that is a bit hard to trace back.

arimger commented 1 year ago

Got it, thanks.

Zenodeon commented 1 year ago

75 Fixes the issue, @arimger