1. Reference Finder
The ReferenceFinder tool helps you find where a specific GameObject is referenced by scripts in your scene or prefabs using C# Reflection.
2. Prefab Reference Finder
The PrefabReferenceFinder is a more robust tool specifically for finding references to an Asset Prefab. It utilizes SerializedObject and SerializedProperty for a more comprehensive check of object references, including those in private/serialized fields, in both scene instances and other prefabs.
3. Button Reference Checker
The ButtonReferenceChecker tool helps find UI Buttons in the active scene that are potentially unused or incorrectly configured this is very important to avoid build rejection by Apple Appstore.