ViveSoftware / ViveInputUtility-Unity

A toolkit that helps developing/prototyping VR apps.
http://u3d.as/uF7
Other
353 stars 82 forks source link

UGUI UI flickering when world space #15

Open Hitomilras opened 6 years ago

Hitomilras commented 6 years ago

Hello!

The problem is that UI flickers on World Canvas UI. But, not on all canvases. Only if canvases is moving (in my case - chil object of VR Contorller model).

Can you help me to solve this problem please?

UPD: It's happens more often if you trying to use UI that's really near for ui raycaster. (but still must be properly highlighted, because m_NearDistance is 0.

Now i set m_nearDistane to -0.5 and that's help.

lawwong commented 6 years ago

Can you share a sample scene that can reproduce the problem? There are some similar issue posted on the Unity issue tracker, wandering if they are related.