Hi there,
I'm playing around with the Graphic Options template from the wizard and noticed there's no Apply button anywhere. Adding one wouldn't be hard, but I'm a bit confused about how everything works.
So when players tweak settings in the Graphics menu, does everything just update on the fly? And what happens if they hit Back - does the game remember their old settings somehow?
Also, I can't seem to find any actual logic connected to these buttons. Is it something that has to be implemented individually or there is already a script somewhere?
Any tips would be super appreciated! Thanks!
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
There should be an Apply button in the lower-left corner.
If you expand the GraphicOptionsUI prefab, it should be underneath the BottomButtons object alongside the Back button in the Hierarchy.
Perhaps there was an issue with installing the template? Try removing your game folder's GraphicOptions folder and your Menu Manager's GraphicOptions menu and re-install it using the New Game Wizard's "Modify existing" option.
The logic for handling the options is within the GraphicOptionsUI script on the prefab's base.
Yeah, somehow it was not installed properly. Got it now. Thanks!