So i'm trying to setup a custom options menu, and am stuck at a silly part.

Basically I'm unable to re-call in any way the Main Menu UI.

This is what I have in the main menu:
image

In that method the only thing I do is instatianting the prefab with the other menu:
image

I tried various methods to re-enable the main menu, such as activating/de-activating the _ORKCanvas Object, enabling/disabling the canvas, restarting the scene, but none of them worked. This because whenever I click options, all the choices related to the Main Menu get deleted without being able to restore them.

Any suggestion on this?
  • You can call the main menu like this:
    ORK.MainMenu.menu.Show();
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.