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):
- Read about the gameplay loop (or alternatively, play the game)
- Read about adding content with ScriptableObjects, and then start with the Proposal scriptable object.
- Read about how newly added content might work with the current version of the game
- 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:
- Read about the gameplay loop (or alternatively, play the game)
- Read about adding content with ScriptableObjects, and then start with the Proposal scriptable object.
- Read about how the game components work together, starting with the Managers.
- Try tweaking the game, using the current version of the game and the API documentation as reference.