So unfortunately it only works when using the mouse. But it doesn't work on mobile while using the touchscreen - which is actually where I will be needing it the most. Can you please help?
Solved! Found this script in the forum, works like a charm!: https://adventure-creator.fandom.com/wiki/Frame-flipping_for_Sprites_Unity_Complex_characters
Mirroring the animation in the Animator is indeed the way to go, but you need to use the same animation clip in two separate animation boxes - one with mirroring, one without - rather than dynamically changing the mirror checkbox each time it's run.…
I found another problem. The 2D Drag Camera cannot be dragged all the way on the Y axis in either way, it works properly only on the X axis. There seems to be some limit on how far it can be dragged on the Y, but I just cannot find what could be cau…
The Drag Camera works and it also seems to work nicely with the Zoom script, thank you! But it causes another issue - I started a separate thread as it is not related to this topic specifically https://www.adventurecreator.org/forum/discussion/14539…
Thank you. The Zoom is working fine now! However, the panning stopped working for some reason.
In AC, the movement of my camera is set to be constrained by the background image of the scene. The Player is set to be the Target of the camera movement…
Should this modified script be attached to the Main Camera and in the newly created public gameCamera field, should I select the camera crated in AC Game Editor (NavCam)?
I did modify the script, but I am unable to drag to- or select any camera in …
Dear @ChrisIceBox,
I did unset the AC camera in the Scene Manager and added the script as a component to the Main Camera and it works!
However, now I'm afraid that not using the AC camera will cause problems. What would be the next step, please? :…