Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XR Rig Demo duplicates model geometry under BaseController and TeleportController #82

Open
pcatalanojr opened this issue Dec 17, 2021 · 0 comments

Comments

@pcatalanojr
Copy link

pcatalanojr commented Dec 17, 2021

The XRRigDemo prefab, as shown in the WorldInteractionDemo, contains two controller objects for each hand, e.g. LeftBaseController and LeftTeleportController for the left hand and similar for right hand. The XR Controller on these GameObjects spawns a model prefab under their child "ModelPt". For a given hand, this object is spawned twice: once for the BaseController and one for the TeleportController. This results in rendering overlapping controller geometry for both hands at all times.

Ideally, either they should both point to the same geometry for a given hand, or toggle on and off based on user interaction mode.
XR Rig Cloned Controller Geometry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant