Unity Editor tools for inspecting prefab variant inheritance chains.
This package provides two utilities:
- π§© Prefab Inspector β View the full inheritance chain of a single prefab
- π¦ Batch Inspection β Export inheritance chains of all prefabs in your project
If you are using ALCOM:
- Open your Unity project
- Go to ALCOM β Package Manager
- Click Install from Git
- Enter:
https://github.com/furrusion/furrusion-prefab-tools.git - Click Install and refresh
If you are using VRChat Creator Companion (VCC):
- Open your project in VCC
- Go to Manage Packages
- Click Add Git URL
- Paste:
https://github.com/furrusion/furrusion-prefab-tools.git - Confirm and install
If you are using Unity Package Manager directly:
Add this to your manifest.json:
"org.furrusion.prefabtools": "https://github.com/furrusion/furrusion-prefab-tools.git"Or use Unityβs Package Manager β Add package from Git URL...:
https://github.com/furrusion/furrusion-prefab-tools.git
Youβll find the tools in:
Furrusion β Tools β Prefab Variant Chain
βββ Prefab Inspector
βββ Batch Inspection
- View parent β base prefab chains using Unity's internal prefab linkage system
- Supports saving output to text files (
Assets/PrefabChains/*.txt) - Compatible with both unpacked and nested variant prefabs
- Does not modify your assets
- Unity 2022.3 or newer
(Tested with 2022.3.22f1)
This package is released under the MIT License.
πΎ Created by Furrusion.org
Building tools for creators in VR, Unity, and virtual production.