Unreal Engine END button Function!

Dear unity,

Hi :slight_smile:

I’m a video game developer. I’ve been using unity for more than 5 years. There is great feature in Unreal Engine that when you press the “End” Key on a selected object in viewport, it pushes the selected object down until it “stands” on the ground plane. I was wondering that could we have this great feature in Unity.

Thanks

if you hold V key while moving the object, it snaps to vertices.

or you can make your own editor tools to drop objects, for example here is drop to terrain script from this package:

can add hotkey to it

1 Like

Thanks buddy :slight_smile: but it’s not the same as Unreal Engine End Key function :frowning:

You can use the snap settings in Edit/Snap Settings… to adjust your objects or the vertex snapping: https://docs.unity3d.com/Manual/PositioningGameObjects.html

2 Likes

Thanks man

Check this out

And plz leave comment if you use it