Skip to content

Commit 6dfb340

Browse files
committed
removed unused function
1 parent d026378 commit 6dfb340

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

SceneRefAttributeValidator.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -572,14 +572,6 @@ private static bool IsCollectionType(Type t, out bool isArray, out bool isList)
572572
isArray = t.IsArray;
573573
return isList || isArray;
574574
}
575-
576-
private static object UnpackValue(object obj)
577-
{
578-
if (obj is ISerializableRef ser)
579-
return ser.SerializedObject;
580-
581-
return obj;
582-
}
583575

584576
private static Component[] GetComponentsInParent(Component c, Type elementType, bool includeInactive, bool excludeSelf)
585577
{

0 commit comments

Comments
 (0)