Skip to content

Commit edbbe60

Browse files
committed
Update TypeSearch.cs
1 parent 5ee76f7 commit edbbe60

File tree

1 file changed

+1
-1
lines changed
  • Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor

1 file changed

+1
-1
lines changed

Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/TypeSearch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public static class TypeSearch
1616
public static IEnumerable<Type> GetTypes (Type baseType)
1717
{
1818
#if UNITY_2023_2_OR_NEWER
19-
// NOTE: This is a workaround for Unity 2023.2 and later.
19+
// NOTE: This is a generics solution for Unity 2023.2 and later.
2020
// 2023.2 because SerializeReference supports generic type instances and because the behaviour is stable.
2121
if (baseType.IsGenericType)
2222
{

0 commit comments

Comments
 (0)