Hi, I’m French (So sorry for my quite bad vocabulary)
I was making my game, when I decide to “build” it to test him out. Then I select my folder and click “build” … but nothing come in the folder … And, PIOUF, when I press the “Start” icon to launch the game into unity, nothing work AT ALL !
The button in my main menu are fucked up, my character is freaking out and I got this message in “Unity console” :
“The referenced script on this Behaviour is missing”, don’t really know what this is …
At least it didn’t go all Piaf, burning everything to the ground and regretting nothing.
You get that message when a script has somehow changed name, and an object is retaining a reference to it. Look carefully, and you’ll see a component on an object where it says a script behaviour is missing. It’s easy to miss, because now it’s only two text lines tall and no longer showing all the properties.
BEFORE you risk anything else, I recommend you get source control (such as git) and get all your game assets safely under source control.
Look up how to do it for Unity, it is VERY simple, and it gives you peace of mind. It is like playing an adventure game with a save cartridge available anytime you want.