标签:自动 edit prope stat config property solution sync rebuild
var editor = Type.GetType("UnityEditor.SyncVS, UnityEditor");
var SyncSolution = editor.GetMethod("SyncSolution", BindingFlags.Public | BindingFlags.Static);
SyncSolution.Invoke(null, null);
Debug.Log("Solution synced!");
rem 编译dll文件
%MSBuild% /t:ReBuild /property:Configuration=Debug "%WORKSPACE%/project_code/client/Code.csproj"
%MSBuild% /t:ReBuild /property:Configuration=Debug "%WORKSPACE%/project_code/client/AEEditor.csproj"
标签:自动 edit prope stat config property solution sync rebuild
原文地址:https://www.cnblogs.com/mttnor/p/12200430.html