Hello,
I have an issue regarding with the latest vuforia 4.2 and unity 5.0.1 UI. When the image target is tracked, the augmented game object appear, but the unity UI disappear. However, the functionality of the UI is still working as it is a transparent UI. Then, when the image target is not tracked, the UI appears back. Any idea?
Thank you.
Regards,
Azfar
Hi all.
Same problem rendering ui elements and my solution based on Alessandro post.
Scenario:
Troubble: Not rendering some UI elements.
Destination Plattform: Android (Also didnt render in editor playmode)
Unity Version: 5.1.3f1
Vuforia Package version: vuforia-unity-5-5-9.unitypackage
Solution:
1) Modify Assets/vuforia/shaders/VideoBackgroud:
"queue"="geometry-11" to "queue"="Geometry"
2) Go to the background plane inside ARCamera -> Camera -> BackgroundPlane and modify the "Video Material" from Custom/VideoBackground to Custom/RenderVideoBackground.
Works fine built on Android.
Hope this help to save hours of work.