Eveyrthing was working good and ... PIOUF !

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 …

Please I need your help !

Thanks, bye !

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.

1 Like

Okay so u say that’s the name of a script changed … But …

Nothing change T_T

EDIT : The script name is UMP_LevelInfo like in the inspector tab, but still not working

Just remove that broken reference and add it to the GameObject again.

Can’t add it O_o

It tells you UMP_LevelInfo has compile errors, so you have to open the script and fix them.

Okay I correct everything ! thanks !

But I still don’t understand WTF happened …

EDIT : I try to build the game and it’s do all that shit again …

Don’t understand those 2 problems !

I really suck at develloping game XD

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.

Curses! I came here to make that joke! :stuck_out_tongue:

(sorry for OT)

Okay I gonna try this tonight ! :3

That is absolutely not funny :4