Page 1 of 1

[HOWTO] How To: Set Up Quest Machine With FirstPersonController Starter Asset

Posted: Fri Dec 03, 2021 2:30 pm
by Tony Li
This article explains how to set up Quest Machine with Unity's FirstPersonController Starter Asset.

Here's an example scene:

QM_FirstPersonStartAssetExample_2021-12-03.unitypackage

These are the scene's prerequisites:
The scene has a Quest Machine GameObject and an Input Device Manager GameObject.

The PlayerCapsule has a Quest Journal, ControlCursor script, and Message Events. The Message Events component listens for two messages:
  • Pause Player: Disables PlayerInput and calls ControlCursor.SetCursor(true).
    Unpause Player: Re-enables PlayerInput and calls ControlCursor.SetCursor(false).

Re: [HOWTO] How To: Set Up Quest Machine With FirstPersonController Starter Asset

Posted: Fri Apr 08, 2022 12:44 pm
by JimInNH
Hi-
This is a great idea for a tutorial. Thanks for the assets. Is the tutorial itself available anywhere?
Jim

Re: [HOWTO] How To: Set Up Quest Machine With FirstPersonController Starter Asset

Posted: Fri Apr 08, 2022 1:08 pm
by Tony Li
It's all up there in that post. There's no video tutorial. If you have any questions about it, please let me know.