Playmaker Forum

PlayMaker Help & Tips => iOS Help => Topic started by: Oyshoboy on August 12, 2016, 11:48:25 AM

Title: How to resolve this stuff on iOs? please help!
Post by: Oyshoboy on August 12, 2016, 11:48:25 AM
Hi everyone  ;D!
I got this stuff and I don't know how to resolve it:

Here is my project, I made that the camera is moving only by X position, and on game preview in Unity it's all works great.
here is the video example of my project:
And here is what happening when I launch it on my iPhone:

It's seems like position is not changing and rolling back to defaults.

So, can somebody help me with this situation?  :'(

Regards, Oleg.  ;)
Title: Re: How to resolve this stuff on iOs? please help!
Post by: jackforyou on August 22, 2016, 11:13:29 AM
Did you use touch event?
Did you store fingerID?
Basically, when you drag your finger, you have to use Touch Moved event and fingerID in order to ensure that you use the same finger drags on screen. I hope your issue will be solved.