-
Notifications
You must be signed in to change notification settings - Fork 0
Features
mika edited this page Feb 9, 2026
·
19 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) | ✅ | Should work in URP also? |
| 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 |