unitycoder / UnityPointCloudViewer

Point Cloud Viewer and Tools for Unity
https://assetstore.unity.com/packages/tools/utilities/point-cloud-viewer-and-tools-16019?aid=1101lGti
128 stars 15 forks source link

Cloud disappears randomly in VR #124

Open dennik opened 2 years ago

dennik commented 2 years ago

I've set up the pointcloud viewer with the oculus integration and VRIF in unity 2020.3.16 Of course I replaced the original keyboard driven camera with the player rig from VRIF. It shows the pointcloud in VR, however as I rotate my head, the pointcloud flickers (disappears and re appears) What could possibly be the issue here?

unitycoder commented 2 years ago

is that birp, urp, or hdrp? and point cloud format? (v1 .bin, v2 .ucpc, v3 .pcroot) and singlepass or multipass? (try multipass)

(can also attach gif or images, or send to my email)

dennik commented 2 years ago

It is with URP. XYZcolor converted to bin. Multipass. I've isolated the problem with the VRIF camera rig. It doesn't repeat with the default camera. Not sure how to proceed with this since its 2 different assets not working well with each other. Only thing i can say is that the pointcloud is hidden at specific angles. (so not exactly random) If I rotate within these angles the pointcloud disappears, then re-appears at a different angle.

unitycoder commented 2 years ago

whats the VRIF, so i can have a look/test? or is it this one, https://assetstore.unity.com/packages/templates/systems/vr-interaction-framework-161066 (i have this purchased, so then its possible to test)

dennik commented 2 years ago

Yes that's the one.

Dennis

On Tue, Nov 30, 2021 at 4:03 PM mika @.***> wrote:

whats the VRIF, so i can have a look/test? or is it this one, https://assetstore.unity.com/packages/templates/systems/vr-interaction-framework-161066 (i have this purchased, so then its possible to test)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/unitycoder/UnityPointCloudViewer/issues/124#issuecomment-983017987, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAOIUXTP477H67KQVDDM6BLUOU3ZZANCNFSM5JCOZVOA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

unitycoder commented 2 years ago

ok saw the same issue. and noticed that if i disable these hand controllers from scene, then it works again (havent yet checked whats inside them that causes the wrong view rotation) image