-
Notifications
You must be signed in to change notification settings - Fork 0
Features
mika edited this page Apr 16, 2024
·
17 revisions
See also Supported Formats:
https://github.com/Kelobyte/UnityOusterLidarViewer/wiki/Supported-Formats
! To be updated !
✅ = Supported
❓ = Unknown / not tested
❌ = Not supported in current version
Feature | Status | Info |
---|---|---|
PCAP Playback | ✅ | |
Large PCAP Streaming | ✅ | |
Live streaming from Device | ❓ | Not confirmed yet from live device, but will be fixed if any issues |
BiRP | ✅ | Built-In RenderPipeline |
BiRP (CommandBuffer rendering) | ✅ | |
BiRP (Mesh rendering) | ❌ | Will be added later |
BiRP+VR (desktop Oculus, multipass) | ✅ | |
BiRP+VR (desktop Oculus, singlepass) | ✅ | |
URP | ✅ | |
URP+VR (multipass) | ✅ | |
URP+VR (singlepass) | ✅ | |
HDRP | ✅ | *Requires small code modification https://github.com/Kelobyte/UnityOusterLidarViewer/issues/2 |
HDRP+VR (multipass) | ✅ | *Requires small code modification https://github.com/Kelobyte/UnityOusterLidarViewer/issues/2 |
HDRP+VR (singlepass) | ❌ | |
Android (pcap) | ❓ | |
Android (pcap streaming) | ❌ | |
Android (live stream from device) | ❌ | Probably won't be added, too many lost packets |
Android (OpenGLES) | ❓ | |
Android (Vulcan) | ❓ | |
Old Input System | ✅ | Example camera controller |
New Input System | ❌ | You need to use other camera controllers or modify example cam controller for new input system |