Skip to content
SnoopToolDeals
  1. Deals
  2. Mobile
  3. FPS Controls for mobile devices (Unity Source Code) - easy first person shooter virtual controls
FPS Controls for mobile devices (Unity Source Code) - easy first person shooter virtual controls

Mobile · Android/games

FPS Controls for mobile devices (Unity Source Code) - easy first person shooter virtual controls – SnoopTool Deal

0.0 on Envato (1 ratings) 9 sales by hypercasual
$1 $5 80% off

Price shown is 80% under Envato's own list price. Purchase, download and support all happen on CodeCanyon — nothing is fulfilled by SnoopTool. Not a cracked or pirated copy: "Buy Now" takes you to Envato's own checkout for the same official files and license as buying there directly.

CategoryMobile — Android/games
Authorhypercasual
Last updated4 Jan 2021, 9:00 pm IST
First published4 Jan 2021, 9:00 pm IST
About this item

Test it here (WebGL)

Or download apk file and test it on your android device

This asset will provide you with FPS controls for mobile devices that is very easy to setup and use.

How to use it?

Drag and drop “FPS Controls“ from “Prefab” folder into your scene. Use “JoystickLeft.positionX” static variable inside your scripts to get left joysticks X axis value, use “JoystickLeft.positionY” to get Y axis value (you will get value from -1 to 1 for x and also from -1 to 1 for y axis).

*Example
Vector3 moveX = JoystickLeft.positionX * speed * transform.right;
Vector3 moveY = JoystickLeft.positionY * speed * transform.forward;
rigidbody.MovePosition(transform.position + moveX * Time.fixedDeltaTime + moveY * Time.fixedDeltaTime);

In case

Category & tags
Mobile Android/games by hypercasual
Licensing & support

Envato sells this item under its own Regular and Extended commercial licenses, and support (bug fixes, compatibility help) comes directly from hypercasual through Envato's own support system. SnoopTool doesn't set license terms, collect payment, or provide support — "Buy Now" takes you to CodeCanyon to complete all of that on the real listing.

More in Mobile