You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a problem implementing save/load. The text is saved, but the background (View component) is not loaded. When I load a save, I just have a blue background instead of my image. The "Say Dialog" character image is also not saved. If the save system does not support saving images, can you tell me what to do and which scripts to use? If I can still implement the icons of the characters myself, the choice of "View" is made through Flowchart, which I am far from.
Basically, the "view" is the camera position. If I understand how the camera interacts with the "view", I will be able to save and load the background on my own, bypassing Fungus.
Happy New Year
The text was updated successfully, but these errors were encountered:
Sorry for responding so late. As for the backgrounds, character images, and camera positions not being saved...
Yes, the system does not save that stuff. As for how to get around that, here are a couple solutions:
Set up Boolean Variables in Fungus, updating them as appropriate. Then in Save Data Loaded blocks, check those variables to see which backgrounds, character images, and camera positions should be loaded.
Create your own DataSaver and SaveLoader scripts that save and load that stuff for you. If you are confident in your C# skills, this is probably the better option
I have a problem implementing save/load. The text is saved, but the background (View component) is not loaded. When I load a save, I just have a blue background instead of my image. The "Say Dialog" character image is also not saved. If the save system does not support saving images, can you tell me what to do and which scripts to use? If I can still implement the icons of the characters myself, the choice of "View" is made through Flowchart, which I am far from.
Basically, the "view" is the camera position. If I understand how the camera interacts with the "view", I will be able to save and load the background on my own, bypassing Fungus.
Happy New Year
The text was updated successfully, but these errors were encountered: