aras-p / UnityGaussianSplatting

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

I don't find the edit Gaussian Splats tool on unity3D for Mac #94

Closed smallworld-network-wupeng closed 4 months ago

smallworld-network-wupeng commented 4 months ago

I can find it on unity3d for windows, but not find it on unity3d for Mac WX20240216-180229

aras-p commented 4 months ago

Did you try selecting the gaussian splats object first?

smallworld-network-wupeng commented 4 months ago

yes , of course. Same operation as under Windows.

aras-p commented 4 months ago

But the hierarchy view does not make it look like the object is selected?

smallworld-network-wupeng commented 4 months ago

look this screen capture WX20240218-201312@2x

aras-p commented 4 months ago

Isn't it the "blob looking" icon near top of the tools? That toggles between object and gaussian edit tools. In short, doesn't everything "actually work"?

smallworld-network-wupeng commented 4 months ago

WX20240220-215546@2x WX20240220-215601@2x It is two status of the toolbar ,when you click the blob looking icon .

aras-p commented 4 months ago

So everything works as expected, as far as I can tell. When the "blob" icon is on, you are in "edit the splats" mode. Select individual splats, delete them, move them. When you are outside of that mode, you're moving whole unity objects, like usual.

You probably don't see this on windows since you are on several-months older version of this repository.

thegenerativegeneration commented 3 months ago

I can confirm that this does not work on Mac. I have tested the latest version.

The person who commented before meant that it worked for them on Windows, but not on Mac. Their screenshots are from a Mac.

image
aras-p commented 3 months ago

@thegenerativegeneration everything seems to be as it should be in your screenshot. The little "blob" thing that is on atop of the hand icon is the "edit mode". You are in the splat edit mode at the time you made the screenshot. Click that, and you get out of splat edit mode and into regular object edit mode.

Windows vs Mac has nothing to do with this. I suspect someone on Windows used a different version of this repo, compared to when they tried it on a Mac (the button used to be elsewhere).

thegenerativegeneration commented 3 months ago

Hey @aras-p, thanks for your response. Yeah, now I get it. I found the functionality through a Youtube tutorial and I think the way it worked in an older version was slightly different. I also did not realize I have to drag rather than click to select.

Sorry, for the misunderstanding and thank your for keeping working on this!