SpaceMadness / lunar-unity-console

High-performance Unity iOS/Android logger built with native platform UI
https://www.assetstore.unity3d.com/en/#!/content/43800
Other
839 stars 114 forks source link

ResolveVariables increases time to enter Play Mode #133

Open brzGatsu opened 5 years ago

brzGatsu commented 5 years ago

~200ms are spent (for me) in ReflectionUtils.FindTypes when entering play mode. The call is caused by LunarConsole.OnEnable->EnablePlatform->InitPlatform->ResolveVariables. Is this something you can optimize?