QuiteQuiet
Member
- May 2, 2023
- 424
- 651
- 179
It's possible to do a rollback feature through unity, but the dev has to develop it deliberately.just a guess: unity probably allows phone games to actually feel like the player is actually using a phone. when renpy is used instead of unity, phone games feel more like a VN rather than feel like an actual phone interface.
one issue with phone games in unity though is that it doesn't have the easy rollback function of renpy games. so you better have saved just before making a decision because there is no back button. this leads to lots of saves if the player wants to replay certain sections w/ a different decision.
Renpy is literally just a slide show app that allows you to program branching logic to change which slide is shown next.
Unity is the better option for people who want a phone-OS game, because you can make actual interactive menus that function similarly to a phone. Hell, LustOS uses unity, though the dev needs to work on optimization.