Skip to content

A handy tool for Unity3D which enables you to select a vertex on a mesh and see the information like vertex count, vertex positions, normals, tangents, colors and UVs.

Notifications You must be signed in to change notification settings

emadkhezri/UnityVertexTool

Repository files navigation

UnityVertexTool

A handy tool for Unity3D which gives you information about the vertex data on a mesh. Vertex Tool is a tool in Unity game engine which enables developers to debug the vertex data more easily and makes them have access to all this information through a simple UI.

Vertex Tool

Getting Started

After installing the tool you can have access to it through the Unity Window menu. If you open the Vertex Tool window you can easily select any vertex on the mesh object that has a collider. the selected vertex would be highlighted and normal of vertex displays. the window has a section which gives you information like index, position, normals, tangents, colors and ... about the selected vertex. the other section is the settings for the vertex tools which includes normal arrow and selected vertex colour and size.

Prerequisites

you should have Unity3D installed in order to use Vertex Tool. This tool has tested with Unity 2017 and 2018.

Installing

After checking out the source, just put the VertexTool directory in a editor folder in the asset. after reimporting the scripts you can see the new windows menu has added named Vertex Tool.

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc

About

A handy tool for Unity3D which enables you to select a vertex on a mesh and see the information like vertex count, vertex positions, normals, tangents, colors and UVs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages