Hi all,
I'm just checking if anyone has encountered a similar issue (after searching I couldn't find anything however worth checking). I noticed that 4 of my 5 local variables had become 'corrupt' and they were all changed to blank Bool's, I had to open a previous version of a backup of my project to identify what the variables were to restore them.
This image shows the 4 out of the 5 variables that were lost/corrupted somehow.
http://imgur.com/gqnNK5D
Here shows the variables as they were (in the old backup project which I've since transferred back to the new project relatively quickly.
http://imgur.com/InlyrVl
Thankfully I had a backup and it only happened to 4no variables however I am concerned that something similar could happen again and potentially be unrecoverable? Has anyone else had a similar issue - any known cause for this at all? Thanks again in advance for the help.
Comments
As this hasn't been reported elsewhere, it could well be down to you having multiple scenes open at once - which isn't something commonly done with AC AFAIK. Though AC should only ever refer to the "active scene" in your Managers, it may be that an update in Unity 5.6 is causing this - try to make use of the latest Unity patch.
Check that there is a GameEngine object in your scene, and that it has a LocalVariables component attached to it.