Finally figured out a quick and easy way to add accessibility and QoL features to my game and I'm feeling smart.
If anybody wants some tips with this here's the method I used:
1. Create a new custom variable
2. Make a new script and give it a public method containing all the code to toggle your feature on/off (see screenshot w/text)
3. Attach the script to a new toggle button in SettingsUI
4. Add On Value Changed to toggle.
5. Call the feature in an embeded if statement idk.
#Naninovel #VNdev
If anybody wants some tips with this here's the method I used:
1. Create a new custom variable
2. Make a new script and give it a public method containing all the code to toggle your feature on/off (see screenshot w/text)
3. Attach the script to a new toggle button in SettingsUI
4. Add On Value Changed to toggle.
5. Call the feature in an embeded if statement idk.
#Naninovel #VNdev

