How To: Add Easy Main Menu To Quest Machine

Announcements, support questions, and discussion for Quest Machine.
Post Reply
User avatar
Tony Li
Posts: 20625
Joined: Thu Jul 18, 2013 1:27 pm

How To: Add Easy Main Menu To Quest Machine

Post by Tony Li »

The developer of Easy Main Menu recently added support for Pixel Crushers' Save System. To integrate Easy Main Menu with Quest Machine:
  • Add PIXELCRUSHERS_SAVESYSTEM to Scripting Define Symbols (Edit > Project Settings > Player).
  • Add EMM's MainMenu and LoadingScreen to build settings.
  • Move the Quest Machine and Save System (and optionally Input Device Manager) GameObjects to MainMenu.
  • Add your scene names to MainMenu's _LevelSelectMenu.
  • Copy "Gameplay UI" from EMM's Maze scene into your gameplay scenes.
  • Optionally add EMM SaveGameTriggers.
These are essentially the same steps as the Dialogue System + Easy Main Menu integration, which is covered in this video.
Post Reply