Exception when immersive debugging is enabled
sebas77 opened this issue · 1 comments
sebas77 commented
#if ImmersiveVrTools_DebugEnabled
LoggerScoped.Log($"Application not playing, change to: {e.Name} won't be compiled and hot reloaded");
#endif
e is not found
handzlikchris commented
thanks, you can remove e for now, I'll patch that