• To improve security, we will soon start forcing password resets for any account that uses a weak password on the next login. If you have a weak password or a defunct email, please update it now to prevent future disruption.

[Unity]How to rollback in unity games

Alex222001

New Member
Dec 10, 2020
12
2
Hy, I am new to Unity games. I have only played a few renpy games. In renpy game I was able to rollback and go to previous scene or choice but i can't able to find that option in renpy.
Any suggestions?
 

Meaning Less

Engaged Member
Sep 13, 2016
3,540
7,058
Unlike renpy where rollback is a standard feature that comes with the engine, in unity devs have to actually implement it.

So in general you will simply not be able to rollback unless the game states otherwise.
 
  • Like
Reactions: Alex222001