ecidevilin / UnityBoneTools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UnityBoneTools

Show the vertices(triangles) influenced by the selected bone.

Usage: Tools/BoneMode

Bone tool

Show bones in Scene View

Usage: Add the component "BoneVisualiser" to the GameObject which has SkinnedMeshRenderer(s) itself or in its children.

BoneVisualiser

You should click the button "Recalculate". You will see bones as below.

VisualBones

You can either click a GameObject in the Hierarchy or a cone in the Scene. Then you will see the selected bone and its children colored.

NOTE: This feature refers from BoneTool-Bone Visualizer .

Select some vertex and show its information

Usage: Tools/VertexSelector

VertexSelector

NOTE: Only available when Tools.current == Tool.Move

MoveTool

About

License:MIT License


Languages

Language:C# 55.1%Language:Mask 29.1%Language:ShaderLab 15.8%