The Kuizo Global Settings object holds key settings for Kuizo. If missing or misconfigured, Kuizo may not function properly.
How to assign a Kuizo Global Settings object in the Scene
In the Hierarchy, find the GameObject named Data Manager.
Select it to view its components in the Inspector.
In the Inspector, find the field labeled Kuizo Global Settings SO.
Drag and drop your Kuizo Global Settings object into this field.
The Kuizo Global Settings is now fully setup.
Where is the Default Location for Kuizo Global Settings objects
By default, the location for the Kuizo Global Settings Object is :
KamelMahjoub/Kuizo/Resources/Data/Settings
How to change the Kuizo Global Settings default location
This tutorial requires modifying scripts.
In the Project window, navigate to KamelMahjoub/Kuizo/Scripts/Constants.
Locate and open the script named KuizoFolderPaths.
Inside the script, find the variable KuizoGlobalSettingsFolderPath.
Update it to your desired location.
The Kuizo Global Settings object must be placed inside a Resources folder for proper loading at runtime.
Return to Unity and let it recompile the changes.