unity-webxr-export icon indicating copy to clipboard operation
unity-webxr-export copied to clipboard

Built-in Render Pipeline Sample Incorrectly References URP Assets

Open sseiichi opened this issue 11 months ago • 7 comments
trafficstars

Describe the bug In the Desert scene installed with Sample Scene - Built-in Render Pipeline, the Animator component attached to handL under the WebXRCameraSet game object references Assets/Samples/WebXR Interactions/0.22.0/Sample Scene/Models/TakeL.controller.

It seems that it should reference: Assets/Samples/WebXR Interactions/0.22.0/Sample Scene - Built-in Render Pipeline/Models/TakeL.controller.

The same issue exists for handR.

To Reproduce Steps to reproduce the behavior:

  1. Install Sample Scene - Built-in Render Pipeline via the Package Manager.
  2. Open the Desert scene.
  3. Check the assigned animator of the Animator component of the handL game object.

Unity info (please complete the following information):

  • Editor version: 6000.0.023f1
  • WebXR package version: 0.22.1
  • WebXR Interactions version: 0.22.0
  • Git or OpenUPM: OpenUPM
  • Built-in render pipeline or URP: Built-in render pipeline

sseiichi avatar Dec 08 '24 15:12 sseiichi