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.