Show / Hide Table of Contents

How to use this manual

For non-developers trying to add content to the game

If you not looking to change anything about how the game works but would like to add content (e.g. story, products, proposers):

  1. Read about the gameplay loop (or alternatively, play the game)
  2. Read about adding content with ScriptableObjects, and then start with the Proposal scriptable object.
  3. Read about how newly added content might work with the current version of the game
  4. Try adding content by following a walkthrough

For coders/developers trying to add/change the game

If you would like to tweak the game and its mechanics slightly:

  1. Read about the gameplay loop (or alternatively, play the game)
  2. Read about adding content with ScriptableObjects, and then start with the Proposal scriptable object.
  3. Read about how the game components work together, starting with the Managers.
  4. Try tweaking the game, using the current version of the game and the API documentation as reference.
In This Article
Back to top Generated by DocFX