All Projects → ashwaniarya → Unity3d Simple Mobile Joystick

ashwaniarya / Unity3d Simple Mobile Joystick

Licence: gpl-3.0
Mobile Joystick suitable for any types of game

Projects that are alternatives of or similar to Unity3d Simple Mobile Joystick

C Sharp Promise
Promises library for C# for management of asynchronous operations.
Stars: ✭ 870 (+1179.41%)
Mutual labels:  unity3d, game-development
Factory
Factory for object creation and dependency injection. Works with normal C# apps or under Unity3d
Stars: ✭ 50 (-26.47%)
Mutual labels:  unity3d, game-development
Beaverandfairies
Stars: ✭ 14 (-79.41%)
Mutual labels:  unity3d, game-development
Lunar Unity Console
High-performance Unity iOS/Android logger built with native platform UI
Stars: ✭ 628 (+823.53%)
Mutual labels:  unity3d, mobile
Unity Scene Query
A library to traverse and query the Unity scene to find particular objects, uses something similar to CSS selectors to identify game objects.
Stars: ✭ 63 (-7.35%)
Mutual labels:  unity3d, game-development
Radialprogressbar
Customizable radial progress bar shader for Unity3D. Allows you to set arc range, minimum and maximum colors, textures, radius, and a few more things. Create HP Bars, Speedometers, rank progress, etc!
Stars: ✭ 714 (+950%)
Mutual labels:  unity3d, game-development
3d Game Shaders For Beginners
🎮 A step-by-step guide to implementing SSAO, depth of field, lighting, normal mapping, and more for your 3D game.
Stars: ✭ 11,698 (+17102.94%)
Mutual labels:  unity3d, game-development
Fontainebleaudemo
Fontainebleau demo
Stars: ✭ 524 (+670.59%)
Mutual labels:  unity3d, game-development
Ksframework
QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload
Stars: ✭ 1,119 (+1545.59%)
Mutual labels:  unity3d, game-development
Unity3d Ai And Procedural Generation Framework
Unity3D AI and Procedural Generation Framework.
Stars: ✭ 58 (-14.71%)
Mutual labels:  unity3d, game-development
Unitygameframework
This is literally a game framework, based on Unity game engine. It encapsulates commonly used game modules during development, and, to a large degree, standardises the process, enhances the development speed and ensures the product quality.
Stars: ✭ 617 (+807.35%)
Mutual labels:  unity3d, game-development
3 Modifiers And Abilities
Customise character abilities, weapons, characters and enemies. This includes multiple damage types, modifiers, sounds, animations. By the end you can create your core combat experience. (REF MA_RPG) http://gdev.tv/rpggithub
Stars: ✭ 64 (-5.88%)
Mutual labels:  unity3d, game-development
Ecs
LeoECS is a fast Entity Component System (ECS) Framework powered by C# with optional integration to Unity
Stars: ✭ 578 (+750%)
Mutual labels:  unity3d, game-development
Number Wizard Ui Original
Introducing basic User Interface in the Complete Unity C# Developer 2D course (http://gdev.tv/cudgithub)
Stars: ✭ 18 (-73.53%)
Mutual labels:  unity3d, game-development
Texturepanner
This repository hosts a shader for Unity3D whose main goal is to facilitate the creation of neon-like signs, conveyor belts and basically whatever based on scrolling textures
Stars: ✭ 528 (+676.47%)
Mutual labels:  unity3d, game-development
Documentation
Online documentation and tracking tools for Naninovel — writer-friendly visual novel engine
Stars: ✭ 48 (-29.41%)
Mutual labels:  unity3d, game-development
Unityvisualizations
Collection of shaders and visual effects created for Unity 3D.
Stars: ✭ 472 (+594.12%)
Mutual labels:  unity3d, game-development
Unity Build
A powerful automation tool for quickly and easily generating builds of a game with Unity.
Stars: ✭ 483 (+610.29%)
Mutual labels:  unity3d, game-development
X Postprocessing Library
Unity Post Processing Stack Library | Unity引擎的高品质后处理库
Stars: ✭ 1,079 (+1486.76%)
Mutual labels:  unity3d, game-development
Sycophant
Numerous Ninjas: Beta stage mobile game written in Unity
Stars: ✭ 64 (-5.88%)
Mutual labels:  game-development, mobile

Unity3D-Simple-Mobile-Joystick

Mobile Joystick suitable for any types of game

Overview

Joystick controller for touchscreen device in unity 3d.

Similar arributes as unity native Input axis.

Demo

Moving Character Forward Moving Character Backward
Moving Character Left Moving Character Right
Rotating Character Left Rotating Character Right

Usages

Parameter

Name Description

Horizontal

Stores values of horizontal movement of the stick.

left: -1

center: 0

right: +1

Vertical

Stores values of vertical movement of the stick.

Up: -1

center: 0

down: +1

Methods

Name Description
public Vector2

Coordinate

Returns

Vector2 with

x axis: Horizontal

y axis: Vertical

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].