修复2021上GetScriptAssembliesPath返回错误路径的Bug

backup
walon 2025-04-19 13:10:03 +08:00
parent 8b2b03813f
commit 605f5ec6a9
1 changed files with 1 additions and 4 deletions

View File

@ -36,10 +36,7 @@ namespace Obfuz
private static string GetScriptAssembliesPath() private static string GetScriptAssembliesPath()
{ {
#if UNITY_2021_1_OR_NEWER #if UNITY_2022_1_OR_NEWER
//object settings = obj.GetType().GetProperty("settings").GetValue(obj);
//string path = (string)settings.GetType().GetProperty("OutputDirectory").GetValue(settings);
//return path;
return "Library/Bee/PlayerScriptAssemblies"; return "Library/Bee/PlayerScriptAssemblies";
#else #else
return "Library/PlayerScriptAssemblies"; return "Library/PlayerScriptAssemblies";