Installation

From ReflexCLI
Revision as of 15:32, 30 August 2017 by Rtm223 (talk | contribs)
Jump to: navigation, search

Basic integration of Reflex into your game project is very simple. The system will bootstrap itself into your scene on awake, so there is no need to add prefabs to every scene etc. The following "installation" steps will guide you through basic integration and verification of the console:

Install and Verify

  1. Download package from the Asset Store into your project
  2. Press play in the editor
  3. Press Tab to open the console
  4. Type HelloWorld to call the HelloWorld command
  5. Hit Escape to close the console

Optional Setup

If you are using keyboard for in-game input, you will need to do some additional setup to prevent keystrokes from affecting your game while the console is open. See Conflict With Game Inputs for details.

You may also want to modify the key that opens the console, or modify other settings (see Settings).

Next Steps

Once you have the Reflex Console in your project, you may wish to look into the provided commands or create some custom commands of your own.