UnityGaussianSplatting
UnityGaussianSplatting copied to clipboard
Toy Gaussian Splatting visualization in Unity
Thanks for sharing your great work. I've been investigating about how to make this run on web browsers. WebGL doesn't work as there is no compute shaders, so we need...
First I want to say thank you to the author for his great work and effort. I am using Vulkan. I am using a Lenovo A3 and my brother is...
The iPhone XR device is not working properly SystemInfo: CPU: Apple A12 iOS Version:iOS 17.1.1 GPU:Apple GPU Debug log: Kernel at index (0) requires features which are unavailable on the...
Hello, I get this while importing ply from scaniverse. PLY Vertex size mismatch, expected 248 but file has 236. Can you help? Thanks Ben
![Uploading mmexport1711651974538.png…]() ![Uploading mmexport1711651967553.png…]()
Hi, congrats for the effort on the project! I've been testing it with a VR headset, and I was able to see splats using OpenXR in Multi-Pass mode (Single pass...
Why does a 'NullException' get thrown directly when I drag an asset onto a game object with the "Gaussian Splat Render" script? 
Hi, Thanks for the awesome project. I could run it via OpenXR and Quest Link (tethered to my desktop computer with a 3090), but when I try to run it...
Instead of sorting + alpha blending, investigate whether Hashed Alpha Testing would produce "acceptable" results. Or one of order independent transparency approaches like MLAB. If any of these is decent,...
Hi! Would it be possible to render this with depth of field or render out a pass with z-depth to exr? Like if the splats know where they are in...