Small Control script

Hello,

I am having a lot of difficult writting a very specific Controller…

The game I have as reference is the following one :

Control are a little bit “free-style” oriented when you move the finger on the screen.

For now I do not success to make it work the same way.
I have maybe more to learn on this part…

You can try the following package, you’ll find the script I wrote and the scene I am using for the tests.
Of course the files are ready for use on iosDevice you can try a build on your device.

I would be glad if someone would have some free time to give it a try…

Or a few explanation to understand better the concept of those control would help too…

Thanks a lot guys…

Hi sama.van,

I looked at your package; though I don’t have the time to fix it for you, sorry. Did you try taking the Standard Assets Mobile script called SmoothFollow2D and convert it to use X and Z instead of X and Y? Then in regards to your character movement, it needs to have Lerp/smoothing. I think these two things (the smooth follow 2d, and having smoothing on controls) will make your example much more like that game. It’s a good starting point to tweak further, at least.