aras-p / UnityGaussianSplatting

Toy Gaussian Splatting visualization in Unity
MIT License
1.93k stars 215 forks source link

No camera control slider #125

Open dragonhades opened 1 week ago

dragonhades commented 1 week ago

From README it says "...as well as a slider to move game camera into one of asset's camera locations." But I don't see it using the latest build 0.9.0.

Did I miss somthing?

dragonhades commented 1 week ago

I'm sure I created 3DGS asset WITH a camera.json and had the "Import camera" option enabled.

aras-p commented 1 week ago

Is it called camera.json or cameras.json? The latter is what is expected/understood by the code.

dragonhades commented 1 week ago

Is it called camera.json or cameras.json? The latter is what is expected/understood by the code.

My bad. I can verify it is called "cameras.json" with an 's' but I still see no camera slider. There is no error in the console output.