cs-util-com / cscore

cscore is a minimal-footprint library providing commonly used helpers & patterns for your C# projects. It can be used in both pure C# and Unity projects.
https://cs-util-com.github.io/cscore/
Apache License 2.0
195 stars 32 forks source link

Feature/user input joysticks #59

Closed cs-util closed 3 years ago

cs-util commented 3 years ago

Added a joystick UI and two joysticks using this UI to move and rotate a target Rigidbody. Added this to the UserInput demo scene as a simple MainCamera controller to fly through the scene.


This change is Reviewable