How can I start the "F1" menu via code?
  • Pretty simple, this will open the menu screen with ID index (there's are also a Get function to get via GUID string):
    ORK.MenuScreens.Get(index).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!
  • Worked like a charm, thank you Nicholas!
Sign In or Register to comment.