The Display Panel with the name 'Crafting Menu' for the menu of type 'CraftingMenu' was not found

pachink0

New member
Hi!

Im trying to use the demo scene to learn how to use it.
However, i wanted to change the character and everything works good, but the stations.

Im getting this

1619116071698.png

But then i look up (eg.) the CraftingMenu name and its set.

1619116052583.png

-

1619116208584.png
am i missing something? Thank you!
 
If all you changed was the character my guess is that the Display Panel Manager doesn't find your character.
If the Display Panel Manager doesn't have a Panel Owner it won't setup the panels and menus so the system won't know that the "Crafting Menu" exists.

Make sure to set the Display Panel Manager Panel Owner to the player character manually through the inspector.
Or use a Inventory Identifier with a matching ID
Or if you spawn your character at runtime, you may use a Dynamic Panel Owner on your character.

These pages might help:
 
Hello,

I realoded the scene and the stations work again.
I was getting a nullpointer on the Upgrade Menu because it uses your specific Player component, which i had omited cause i thought were not linked.

Thank you!
 
Ah yes the Upgrade menu is specific to the Demo scene, it's meant to showcase how one could create a custom upgrade system. But it was not really meant for people to use outside the demo scene.
 
Top