A tool for comparing Unity3D Prefabs, quickly comparing differences, copying components, copying properties, etc.The principle is based on the comparison of the subtrees of two Prefabs in sequence (by name), and then the differences are displayed in a tree structure. Then, by clicking in, you can see the differences in the Components of the two sub-GameObjects. After selecting a specific GameObject or Component, you can see the comparison based on SerializedObject and SerializedProperty, and then you can perform editing operations.Compatible Version: 2020.3+Feature ListCompare Prefab DifferencesVisualize ResultsFilterable ResultsCustomizable Ignored PropertiesQuick Copy of GameObjectQuick Copy of ComponentQuick Comparison MenuSynchronized Tree ListComponent Display Consistent with Unity