I’m updating an old app, and get a strange behaviour on iOS, bundling with Defold 1.3.1.
This freezes the app: No updates fire anymore, but the app doesn’t shut down. When force closed an iOS crash popup shows:
msg.post("screens:/gameworld#collectionproxy", "set_time_step", {factor = 0, mode = 0})
This works as intended:
msg.post("screens:/gameworld#collectionproxy", "set_time_step", {factor = 0.1, mode = 0})
Minimal repo project: SetTimeStep.zip (53.7 KB)