When creating craft, a null reference exception is thrown before the editor finishes reloading. This results in a softlock on the editor loading screen.
Error:
NullReferenceException: Object reference not set to an instance of an object
Construction.EditorLogic+<>c__DisplayClass64_0.<InitVehicleWhenReady>b__1 () (at <86fb5a20c00f4de7872a85e2869d2edb>:0)
CallbackUtil+<WaitUntil>d__16.MoveNext () (at <b139ce3587bd4447a22ee95671131696>:0)
UnityEngine.SetupCoroutine.InvokeMoveNext (System.Collections.IEnumerator enumerator, System.IntPtr returnValueAddress) (at <469e86e97fa2467ebffe49bbd6086325>:0)
When creating craft, a null reference exception is thrown before the editor finishes reloading. This results in a softlock on the editor loading screen.
Error: