I am trying to make a first person mobile game, it needs mobile joystick , some videos on youtube like link text just use the Standard Assets , I did the same way, but my game not working.
Here is what I did in unity5.6.1 :
- I create a new project , choose File>Build Setting>iOS and Edit>Project Setting>Editor>Device>iPhone.
- I create a ground for player, choose Create>3D Object>Plane and I tried other 3D object like Cube.
- I create a EventSystem, choose Create>UI>Event System.
- I drag FPSController from Standard Assets/Characters/FirstPersonCharacter/Prefabs to Hierarchy.
- I drag MobileSingleStickControl from Standard Assets/CrossPlatformInput/Prefabs to Hierarchy.
All steps are codeless .
Now , I have two button on screen, left one is Mobile joystick right one is jump.
In play mode I press the jump button and it works, but ** press the joystick button nothing happened ,even can’t drag the joystick.**
So, why only Mobile joystick doesn’t work?