playMaker

Author Topic: How to resolve this stuff on iOs? please help!  (Read 2678 times)

Oyshoboy

  • Playmaker Newbie
  • *
  • Posts: 2
How to resolve this stuff on iOs? please help!
« 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.  ;)

jackforyou

  • Playmaker Newbie
  • *
  • Posts: 9
Re: How to resolve this stuff on iOs? please help!
« Reply #1 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.