lunar-unity-console
lunar-unity-console copied to clipboard
ResolveVariables increases time to enter Play Mode
~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?