I have been making a small game in Xenko for the past few weeks but have just come accross a problem that I cannot seem to fix. If I attempt to add a script to an Entity in Game Studio then it does not work. Further more if I try to save the project immediatley after I get the following error:
I think the project gets somehow corrupted when a script is added because deleting that problem entity will allow me to save the project again. Everything was working nicley until I made some code changes in visual studio to the inheritance structure of some scripts which were already attached to entities and when I came back into Game Studio all scripts had disappeared.
Things I have tried:
- Undoing the code changes to how things were before the problems started
- Creating a new project with a very simple test script and the problems somehow remain.
- Reinstalled the latest version of Xenko from the launcher. Did not fix the problems.
Any suggestions to fix this problem? I am using Xenko 3.1.0.1 and am starting to run out of things to try.