https://github.com/shaun-fong/unitybonevisualizer
Visualize your character's bones.骨骼可视化√
https://github.com/shaun-fong/unitybonevisualizer
bone skeleton tool unity unity-editor unity3d unity3d-plugin visualize
Last synced: 7 months ago
JSON representation
Visualize your character's bones.骨骼可视化√
- Host: GitHub
- URL: https://github.com/shaun-fong/unitybonevisualizer
- Owner: Shaun-Fong
- Created: 2021-01-12T15:06:31.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-12-12T01:05:04.000Z (over 1 year ago)
- Last Synced: 2025-03-28T22:08:20.224Z (about 1 year ago)
- Topics: bone, skeleton, tool, unity, unity-editor, unity3d, unity3d-plugin, visualize
- Language: C#
- Homepage:
- Size: 23.4 KB
- Stars: 29
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# UnityBoneVisualizer
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找到对应源码**

## Install 安装
### 1.Via Unitypackage 通过unitypackage安装
Go [this](https://github.com/Shaun-Fong/UnityBoneVisualizer/releases) link download "**.unitypackage" and import to unity.
到该[链接](https://github.com/Shaun-Fong/UnityBoneVisualizer/releases)下载“**.unitypackage”并导入unity即可。
### 2.Via Unity Package Manager 通过Unity Package Manager安装(推荐)
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`,然后等待编译完成即可使用。
## Usage 使用
Make sure to use the unity toolbar to add renderer component.(Bone Renderer->Setup)
确保使用Unity中的工具栏来添加对应的渲染组件(工具栏Bone Renderer->Setup),这样会直接自动添加所有子对象并进行渲染。