Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 799 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 799 Bytes

MoveablePoint

Allows for the creation of a handle for Vector2 and Vector3 points within unity. This handle allows for easy movement of aribtrary points within a game scene. Common use cases would be for spawn locations on a map.

Example Code:

[MoveablePoint]
[SerializedPoint]
private Vector2 testPoint;

Example Scene View

Image description

Display and Hide the Handles

Image description