Simple Touch Controller
Daniel4D
$0.0
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
0.0 |
11/01(2024) |
0.0 |
Jump AssetStore
This asset is a simple touch controller for your project.
It uses the Unity default ScrollRect component, that means this script works in all the versions of Unity where the UI ScroolRect component is supported.
It's possible to change and customize the area of the touches using the easy RectTransform parameters.
It works on mobiles and touch-screens, wherever the proprieties of the Unity ScrollRect work.
NOTE:
I decided to share this script to help people completing their prototypes and demo quicker.
Even if I find this method quite useful, it may not work in every requirement, but still, It's so basic that can be updated and improved.
PLEASE if you download this asset, leave me a comment with your opinion about it, I can carry on improving with more features and controllers.
I've included in the package two scene examples:
- In the first I use the script without showing the joysticks, just left side of the screen to move and the right side of the screen to look around.
- In the second I use the script with a left and right joysticks.