There is a feature in Unity as a “Vertex Snapping” with shortcut “V”. It makes it so easy to move objects around. In short, it allows to take any vertex from a given mesh and place that vertex in the same position as any vertex in any other mesh.
Is there such a shortcut in Playcanvas? If not, how would you suggest I do the exact object alignment through the editor?