Hello,

I want to use"Custom Choice Settings" to create own Menu button called "Continue". I have game object called "ContinueButton" that has Event Interaction scripts with an event, that has a custom node that loads my saves from a server. And I need to implement this into a Menu button, otherwise I'll never get rid of the Main Menu GUI overlay. The Event Interaction Start Type is set to UI, however tried Interaction too but nothing worked.

My Call Settings are:

Component Name: EventInteraction

Function Name: StartEvent

Find Object Settings- Search Name: ContinueButton

What I'm getting is yellow error message "Method not found: StartEvent". I've tried LoadEvent, however, that makes just the Main Menu GUI disappear.

I'm a noob in coding, can anybody help me out with the settings?


  • Use the UI start type and the UIStart function.
    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!
  • Big thanks!
Sign In or Register to comment.