Crashing once gui is added

Hey guys
Im adding the gui to the frog game, but once I add the game object containing the GUI info (script, gui) it opens then crashes and gives me this error. not sure whats up with it

INFO:ENGINE: Defold Engine 1.2.78 (6b5b6a7)
INFO:ENGINE: Loading data from: build/default
INFO:ENGINE: Initialised sound device ‘default’

ERROR:RESOURCE: Unknown resource type: script
WARNING:RESOURCE: Unable to create resource: build/default/level/hud.guic
WARNING:RESOURCE: Unable to create resource: build/default/level/hud.goc
ERROR:GAMEOBJECT: Could not instantiate game object from prototype /level/hud.goc.
WARNING:RESOURCE: Unable to create resource: build/default/main/main.collectionc

1 Like

Hmm, have you perhaps accidentally managed to pick a .script file instead of a .gui_script file for you GUI?

2 Likes

You are right, thank you!

1 Like