Scripts csproj fileis now always generated on launch to fix common script build issues

This commit is contained in:
Kah Wei 2023-03-22 00:38:02 +08:00
parent 43984e8861
commit adac12a309
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ namespace SHADE
// Generate script assembly if it hasn't been before
#ifndef _PUBLISH
GenerateScriptsCsProjFile();
BuildScriptAssembly();
#endif