Skip to content

WASD controller in Unity editor #97

@from2001

Description

@from2001

@hacha
Thank you for your suggestion about the WASD controller. The feature will be very convenient for contents development.

Place your script at
Packages/com.styly.styly-xr-rig/Runtime/Scripts

Attach your script at
STYLY XR Rig - STYLY XR RigManager

You users use WASD, move the position of STYLY XR Rig game object. In order to specify the game object, use the following code

var STYLYXRRig = GameObject.FindFirstObjectByType<Styly.XRRig.StylyXrRig>();

I'll make some breaking change to the STYLY XR Rig tonight, by the way. So, please add your script after that.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions