Pinch Gesture extension not working with Save states

I’ve been using the Pinch gesture extension for zooming the camera with pinching. But I can’t get it to work when I use the Save state action - Load game from device storage. I went through the pinch extension and successfully changed any declared variables to extension scene variables but it still didn’t work when loading was on. Does anyone know anything else I could try? I’m not using Pinch as a behavior, just using the function part of it.

I’d really like to know if I need to find an alternative to the Pinch gesture extension. Here’s a simple test project. As soon as the load game action is there, pinch zooming etc stops working. I have tried swapping the order of the actions.

@davy

2 Likes

added to the list

1 Like

By the way, if you’re confident editing the extension, you might want to try modifying it after it loads.Alternatively, you can try my fix for the stick behavior on objects to pinch.

basically activating the pinch just after load.
btw it’s a workaround, not a fix.

2 Likes