Tessalator Posted November 3, 2021 Posted November 3, 2021 Unigine stores a lot of information in the .csproj file, including information that changes (adds/deletes) a lot (e.g. paths). This can lead to conflicts when both the editor and VS (or other tools) alter the file - the changes are sometimes rejected and saved in a backup file. Project files can import other project files -`import...`. I suggest moving the more dynamic items to a separate project file and importing it.
silent Posted November 3, 2021 Posted November 3, 2021 Tessalator Thanks for the suggestion! Indeed sometimes conflicts may occur, but making multiple *.csproj files for a simple template is not really a good option for newcomers. We will see what we can do this in the future updates. How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Recommended Posts