Remove unnecessary step in README

This commit is contained in:
rodolpheh 2023-11-07 23:35:09 +00:00
parent 40fd19e466
commit 15ff0fff2e
1 changed files with 0 additions and 10 deletions

View File

@ -95,16 +95,6 @@ If the build went well, the final result should be found in `demo/addons/godot_u
From there the most simple way to get hand data is to add an UltraleapHandTracking node and an UltraleapDeviceNode node:
* Add an UltraleapHandTracking node to your scene
* Add a script to it with the following content (I am planning to remove this requirement in the future):
```
@tool
extends UltraleapHandTracking
func _ready():
start()
```
* Add an UltraleapDeviceNode node to your scene
* Assign the UltraleapHandTracking node to the `tracker` field on your UltraleapDeviceNode
* Add a script on your UltraleapDeviceNode containing the following: