XRTK / com.xrtk.core

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

Camera Rig is not being setup from a new UPM project #798

Closed SimonDarksideJ closed 3 years ago

SimonDarksideJ commented 3 years ago

XRTK - Mixed Reality Toolkit Bug Report

Describe the bug

XRTK is meant to pick the appropriate camera rig from the available camera systems based on the currently running / edited platform, however, in the current release, this seems to be not working in a new UPM project.

When testing from development, this works as expected and the rig is setup for all platforms.

To Reproduce

  1. Create a new Project
  2. Import XRTK, SDK, Oculus
  3. Ensure all XR/XRTK settings are correct
  4. Create a new Scene
  5. Use "Mixed Reality Toolkit -> Configure"

Expected behavior

The Camera rig should be initialized and controllers should appear when run

Actual behavior

Rig is undefined and when run, no controllers appear, as well as several errors related to Gaze and others.

Screenshots

Your Setup

Additional context

SimonDarksideJ commented 3 years ago

Issue identified this was caused to the SDK pointing to an older version of Core which obviously has an issue with system/platform use.