Skip to content

NotWoods/unity-polygon-2d-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Polygon2D Editor for Unity

Example usage animation

Uses the PolygonCollider2D collider to generate a mesh for a gameobject, letting you draw polygonal platforms in the Unity edtior via the Edit Collider button. Just drag the script onto your platform GameObject and you're good to go.

This script uses the Triangulator class.

Installing / Getting started

Just download the script and place it somewhere inside your Unity project's assets. Everything needed in contained within one file.

Use the component by dragging it onto a GameObject or by using the Add Component dialog. This will automatically add a Polygon Collider 2D component if it isn't already present.

In the Polygon Collider 2D Component, click the "Edit Collider" button to adjust the shape of the collider. The mesh will autoatically adjust itself to fill the collider.

Licensing

Licsenced under the MIT License.

About

Uses the collider of a PolygonCollider2D to generate a mesh for a Unity GameObject.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages