Settings & Configuration

All configurations are found under the Candy Merge/_Config folder.

‼️Finding the settings

First of all we need to locate the settings we want to change. All settings are located under the Candy Merge/_Config folder.

  1. Open the configuration folder Candy Merge/_Config .

  2. Select the folder which corresponds to the settings you want to change. For example; choose the Camera.

  3. You may be prompted by a (or many) ScriptableObjects. These are used to store settings. If you are not seeing any ScriptableObjects, you may need to go into the Resources folder.

  4. If you select a ScriptableObject, you will be able to change some settings in the Inspector window. All options and properties have tooltips attached which explains how they are used or what they mean.

  5. If you want to know more about a specific feature or system, be sure to check it out under the Systems tab in this documentation.

‼️ Universal Settings & Configurations

The more universal settings such as the Box size, drop cooldown, colors etc. can be found under the Candy Merge/_Config/Settings/Resources folder.

Object Managment and Object Pooling

The game uses mainly two managers to manage objects and prefabs during runtime.

These are ScriptableObjects that are located under the Candy Merge/Resources folder.

All general managers can be found under the Candy Merge/Resources/APP/APP prefab.

Last updated