Skip to content
This repository has been archived by the owner on Jul 10, 2024. It is now read-only.

Commit

Permalink
Update README.md and LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
uurha committed Oct 11, 2023
1 parent 55a0839 commit 7414bb4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ public class Test : MonoBehaviour
joystick.RegisterCallback<JoystickEvent>(OnDrag);
joystick.Normalize = true; // Normalizing output value in JoystickEvent or you can set this in UIBuilder
joystick.Recenter = true; // Allows to re-centering inner joystick after user release or you can set this in UIBuilder
public bool Recenter { get; set; }
//or
var joystickFromDocument = document.rootVisualElement.Q<Joystick>();
Expand Down Expand Up @@ -55,4 +54,4 @@ joystick.SetJoystickRect(new RectangleRect(joystick));
```

## Install
[How to istall](https://github.com/uurha/BetterPluginCollection/wiki/How-to-install)
[How to install](https://github.com/uurha/BetterPluginCollection/wiki/How-to-install)
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{
"name": "com.uurha.betterjoystick",
"name": "com.tdw.betterjoystick",
"displayName": "Better Joystick",
"version": "0.2.2",
"version": "0.2.3",
"unity": "2021.3",
"description": "Simple UI joystick done on UI Toolkit",
"author": {
"name": "Arcueid D'athemon",
"url": "https://github.com/uurha"
"url": "https://github.com/techno-dwarf-works"
},
"changelogUrl": "https://github.com/uurha/BetterJoystick",
"documentationUrl": "https://github.com/uurha/BetterJoystick/tree/main#readme",
"changelogUrl": "https://github.com/techno-dwarf-works/better-joystick",
"documentationUrl": "https://github.com/techno-dwarf-works/better-joystick/tree/main#readme",
"license": "MIT",
"licensesUrl":"https://github.com/uurha/BetterJoystick/blob/main/LICENSE",
"licensesUrl":"https://github.com/techno-dwarf-works/better-joystick/blob/main/LICENSE",
"keywords": [
"Input",
"User Input",
Expand Down

0 comments on commit 7414bb4

Please sign in to comment.