stereolabs / zed-unity

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

ZED Unity Plugin v3.0.0's ZED_Rig_Stereo and ZED_Rig_Mono doesn't show anything in game scene #109

Closed AkiraShibata18 closed 4 years ago

AkiraShibata18 commented 4 years ago

I tried to use ZED Unity plugin, that I put ZED_Rig_Mono in the new scene in Unity (2019.3.1f). After playing the Scene, 'Loading Camera' was successful but nothing was shown in game scene (black screen). I found when I changed the shader of frame object from ZED/ZED Forward Lighting (default) to ZED/Unlit RGBA, the image was shown properly. Thus I feel it's a problem of around the shader. My versions are

Also, I tested in older versions below too, and it works well (show proper images in default settings).

obraun-sl commented 4 years ago

Hi,

Please pull the master branch to the latest commit, since this has been fixed recently (https://github.com/stereolabs/zed-unity/commit/47a7026480064fa339c81553310d5b9fd4fbce67)

Best, OB

AkiraShibata18 commented 4 years ago

It works!! Thank you very much! I hope this will be applied to Release version soon.