XRTK / com.xrtk.core

The Official Mixed Reality Framework for Unity
https://xrtk.io
MIT License
309 stars 34 forks source link

Controller Visualisation not behaving as expected #233

Closed SimonDarksideJ closed 5 years ago

SimonDarksideJ commented 5 years ago

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

The original intention with the Controller Visualisation Configuration, was that it provided ways to OVERRIDE the default configuration of the Visualiser.

In such, with nothing configured, it would visualise the Gizmo models (the model defaults) for al platforms, regardless of whether any overrides were configured. However, today it only renders a model if an override is applied.

To Reproduce

  1. Create new XRTK project and configure
  2. View Visualizer configuration and remove any configured overrides
  3. Run the XRTK project with a headset / controllers connected

Expected behavior

With no override configuration provided, controllers should display with their global defaults

Actual behavior

Unless an override is configured, no controllers show.

Your Setup (please complete the following information)

Target Platform (please complete the following information)

SimonDarksideJ commented 5 years ago

Resolved by #234