leinlin / Miku-LuaProfiler

Apache License 2.0
1.88k stars 435 forks source link

HookLuaSetup.OnStartGame() 耗时太长 #43

Open wsjianyues opened 1 year ago

wsjianyues commented 1 year ago

HookLuaSetup里面的OnStartGame() 有个为了找EasyHook64.bin 的位置要遍历Asset目录的逻辑 这个项目文件很多的情况下 要好几秒

wsjianyues commented 1 year ago

var files = System.IO.Directory.GetFiles(Application.dataPath, "EasyHook64.bin", System.IO.SearchOption.AllDirectories);