Skip to content

JBWD/MoveablePoint

Repository files navigation

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

About

Attribute header for vectors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages