Posted November 23, 2024 by AnotterWorld
#vertex #snapping #gamedev #editor #asset #3d
This small release includes 3 helpful tools for a good UX when laying out assets in the scene:
# Vertex Snapping
Here's the tool in action:
# Undo / Redo
Less impressive but quite useful too, undo/redo has be added, covering all actions. `Ctrl+Z` to undo, and `Ctrl+Shift+Z` to redo! An action log has also been added (right panel by default), to get an idea of where we're at in the history.
# Duplicate Selection
Finally, it's now possible to duplicate the selection with `Ctrl+D`.