You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(SDK): use new hierarcyChanged event introduced in 2018.1
Unity 2018.1 deprecated the `hierarchyWindowChanged` event and is now
called `hierarchyChanged` so the fix is to do a script define to use
the correct event based on the version.
0 commit comments