Merge pull request #435 from SHADE-DP/SP3-6-c-scripting

Scripts csproj file is now always generated on launch to fix common script build issues
This commit is contained in:
XiaoQiDigipen 2023-03-22 14:51:02 +08:00 committed by GitHub
commit ebfe58aa0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 // Generate script assembly if it hasn't been before
#ifndef _PUBLISH #ifndef _PUBLISH
GenerateScriptsCsProjFile();
BuildScriptAssembly(); BuildScriptAssembly();
#endif #endif