stereolabs / zed-unity

ZED SDK Unity plugin
https://www.stereolabs.com/documentation/guides/using-zed-with-unity/introduction.html
MIT License
243 stars 57 forks source link

is it possible to use multi bodytracking in hdrp env? #290

Open hyunsoojjang opened 2 weeks ago

hyunsoojjang commented 2 weeks ago

Preliminary Checks

Description

i tryed BodyTrackingMulti scene in sdk examples but some error code occured. even thought i changed plugin to hdrp , processor directive was set to urp. so i tried putting universal additional camera data instead of hd additional camera data on the camera, but the crack symptom came out and the Unity editor turned off.

NullReferenceException: Object reference not set to an instance of an object ZEDBodyTrackingManager.Start () (at Assets/ZED/SDK/Helpers/Scripts/BodyTracking/ZEDBodyTrackingManager.cs:180) 스크린샷 2024-06-19 174105

스크린샷 2024-06-19 175600

스크린샷 2024-06-19 173929

스크린샷 2024-06-19 173947 스크린샷 2024-06-19 174120

스크린샷 2024-06-19 174326

Steps to Reproduce

  1. set unity hdrp project
  2. put zed sdk and change plun in to hdrp
  3. play in editor ...

Expected Result

showing camera image in game view

Actual Result

unity 3d env show and null reference

ZED Camera model

ZED2

Environment

1. 21.3.14 unity
2. ZED_Unity_Plugin_v4.1
3.  changed zed plugin and material to hdrp

Anything else?

No response