aras-p / UnityGaussianSplatting

Toy Gaussian Splatting visualization in Unity
MIT License
1.94k stars 217 forks source link

Scene Freezes in Game Mode #123

Closed andy-neparidze closed 1 month ago

andy-neparidze commented 1 month ago

I opened the sample project from this repo and started to render from a .ply file, it worked just fine. When I press play in Unity to enter Game Mode it gets stuck and I can't navigate in the scene. Is this supposed to happen? Same issue when I package the project as an application I can open it but it is just one frame and nothings moving.

Sorry If I have overlooked anything, I am quite new at unity I would appreciate any input on how to fix this.

aras-p commented 1 month ago

I'm not sure I understand what is the issue. What should be moving? Normally when you press Play in Unity, the "game view" becomes active, so if your Scene view and Game view are two tabs of the same window, then this makes the Scene view not be active anymore, and thus you can't use scene view controls.

In the sample project there's absolutely no camera control for "the game" implemented.