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: network scene manager UNITY_INCLUDE_TESTS (#1265)
Converting all references of #if UNITY_EDITOR || DEVELOPMENT_BUILD over to #if UNITY_INCLUDE_TESTS
Remove a check that no longer is pertinent and had a terrible comment that didn't explain what the check was for or why we didn't create and register the DDOL scene like we normally would.
0 commit comments