How to add own code
How to add own code
I have looked through the documentation and I still don't understand where or how to add my own code into the save system. I'm trying to implement my own variables for it to save. If anyone knows please let me know.
Re: How to add own code
Thank you. Where do I add my custom saver?
Re: How to add own code
Add it to a GameObject in the scene. The GameObject should be active. For example, if you wanted to save the player's position in the scene, you'd add the PositionSaver script to the player GameObject.