aras-p / UnityGaussianSplatting

Toy Gaussian Splatting visualization in Unity
MIT License
2.09k stars 239 forks source link

Question of Unity in MacOS #110

Closed Yuhuoo closed 5 months ago

Yuhuoo commented 5 months ago

Why the splat script component displayed is gray here?

image
Yuhuoo commented 5 months ago

How to point the Asset field to one of your created assets ?

aras-p commented 5 months ago

First question: because you do not have a game object selected. You can only add components to game objects, whereas you have selected a folder, it seems.

Second question: first create a game object and add the component to it. Then the inspector (which is not even displayed/present in your unity layout?!) should show the settings, of which one will be the asset.

All of this sounds like "how to unity" in general questions, TBH. "Maybe first learn Unity a bit" would be my suggestion.

Yuhuoo commented 5 months ago

Thanks for your reply, and I have render the scence successfully. But I can't editor the scene, and move the camera to watch the whole scene. image And an error message appeared in the bottom left corne. image

aras-p commented 5 months ago

You seem to be looking at the Game view, not the Scene view. The editing tools would be in the Scene view, where you can manipulate the objects and so on.

Again, all of this sounds like you should learn how to use Unity in the first place.