-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Labels
Description
Preliminary Checks
- This issue is not a duplicate. Before opening a new issue, please search existing issues.
- This issue is not a question, feature request, or anything other than a bug report directly related to this project.
Description
When using the Zed-Unity package with Unity 6000.3 the editor crashes consistently. These crashes appear to be directly related to the internal Zed.dll. When doing stack traces with an external debugger, including this package leads to Unity having a memory access violation during its mono bootstrap when it loads native plugins. This issue is a serious blocker, as it prevents our project from updating to the new version of Unity
Steps to Reproduce
- Install Unity 6000.3 (we tested 6000.2f1 and 3f1)
- Follow the install instructions for the Zed-Unity package
- Load Unity
Expected Result
Unity boots fine and the zed functions as expected
Actual Result
Unity has a very low level crash and never boots. No logs are generated, as the crash happens deep in the mono implementation
ZED Camera model
ZED
Environment
Windows 11Anything else?
No response