From edbbe60a6b1f817edaf9e9da47bd1641be6f6c8f Mon Sep 17 00:00:00 2001 From: Makihiro Date: Sun, 27 Oct 2024 15:55:21 +0900 Subject: [PATCH] Update TypeSearch.cs --- .../MackySoft.SerializeReferenceExtensions/Editor/TypeSearch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/TypeSearch.cs b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/TypeSearch.cs index 75009cf..4debaa4 100644 --- a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/TypeSearch.cs +++ b/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/TypeSearch.cs @@ -16,7 +16,7 @@ namespace MackySoft.SerializeReferenceExtensions.Editor public static IEnumerable GetTypes (Type baseType) { #if UNITY_2023_2_OR_NEWER - // NOTE: This is a workaround for Unity 2023.2 and later. + // NOTE: This is a generics solution for Unity 2023.2 and later. // 2023.2 because SerializeReference supports generic type instances and because the behaviour is stable. if (baseType.IsGenericType) {