# Movement & Deletion

Allow Game Object Manipulation On Mesh Via Helper Scripts



# Mesh Movement and Delete On Double Tap cmponents

To enable easy movement of your prefab on Resight Mesh, you can include the MeshMovement component in your prefab. Just add this component to your prefab and ensure that the MeshManager is present in the scene. Likewise, for convenient deletion with a double-tap, you can add the DeleteOnDoubleTap script.



To manipulate the object, simply tap and hold while moving it around. You can rotate the object by using a pinch gesture, and if you wish to delete it, just double tap on it.

Make sure to have some collider attached to your object before using these scripts