You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Hello, just a heads up - trying to import the Zed SDK and because we also have a ReadOnlyAttribute but without the label variable - also sitting in the global runtime - the project won't compile - your version of the ReadOnlyAttribute is not accessible - hidden inside the DLL - so it means I think that we have to go through our whole (large!) project and probably put our ReadOnlyAttribute behind a namespace - but it's quite a big edit on a lot of files...
(I can't just remove our one - because it takes different input so all of our scripts then flag errors anyway)
Steps to Reproduce
2.Create a global REadOnlyAttribute
3.Import zed sdk
...
Expected Result
compiles
Actual Result
doesn't compile
ZED Camera model
ZED
Environment
Unity 2022
Anything else?
no, that's it
The text was updated successfully, but these errors were encountered:
Ok so i could kindof resolve it with a replace all in the project - replacing [ReadOnly] with [ReadOnly("")] - but then some other packages which used their own ReadOnly tags threw up some issues (Obi) for example - but you can get there like that - still not a smooth import -
Preliminary Checks
Description
Hello, just a heads up - trying to import the Zed SDK and because we also have a ReadOnlyAttribute but without the label variable - also sitting in the global runtime - the project won't compile - your version of the ReadOnlyAttribute is not accessible - hidden inside the DLL - so it means I think that we have to go through our whole (large!) project and probably put our ReadOnlyAttribute behind a namespace - but it's quite a big edit on a lot of files...
(I can't just remove our one - because it takes different input so all of our scripts then flag errors anyway)
Steps to Reproduce
2.Create a global REadOnlyAttribute
3.Import zed sdk
...
Expected Result
compiles
Actual Result
doesn't compile
ZED Camera model
ZED
Environment
Anything else?
no, that's it
The text was updated successfully, but these errors were encountered: