Visualize your character's bone.骨骼可视化!
(Editor Only) (仅限编辑器内)
This is part of Animation Rigging which you can find in Package manager->Animation Rigging
该插件是AnimationRigging里的一部分,我只是做了剥离。你可以直接在PackageManager里的AnimationRigging找到对应源码
Go this link download "**.unitypackage" and import to unity.
到该链接下载“**.unitypackage”并导入unity即可。
Requires a version of unity that supports path query parameter for git packages(Unity >= 2019.3.4f1)
需要Unity版本大于2019.3.4f1
Click 'Add package from git URL' and add https://github.com/Shaun-Fong/UnityBoneVisualizer.git?path=UnityBoneVisualizer
then Click 'Add' button.
点击“Add package from git URL” 并填入https://github.com/Shaun-Fong/UnityBoneVisualizer.git?path=UnityBoneVisualizer
,然后等待编译完成即可使用。
Make sure to use the unity toolbar to add renderer component.(Bone Renderer->Setup)
确保使用Unity中的工具栏来添加对应的渲染组件(工具栏Bone Renderer->Setup),这样会直接自动添加所有子对象并进行渲染。