James Chan
Results
1
comments of
James Chan
代码版本: master分支 552da3654e74c4b08bbe2533699fb2306df5de7e [552da36] Unity版本: 2020.3.46f1c1 代码调整: 1.修复的dll 加载调整为读取 Application.persistentDataPath string dllPath = Path.Combine(Application.persistentDataPath,"Assembly-CSharp.patch.bytes"); if(File.Exists(dllPath)) { UnityEngine.Debug.Log("loading Assembly-CSharp.patch ..."); var sw = Stopwatch.StartNew(); PatchManager.Load(new MemoryStream(File.ReadAllBytes(dllPath))); UnityEngine.Debug.Log("patch Assembly-CSharp.patch, using " +...