We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ee76f7 commit edbbe60Copy full SHA for edbbe60
Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/TypeSearch.cs
@@ -16,7 +16,7 @@ public static class TypeSearch
16
public static IEnumerable<Type> GetTypes (Type baseType)
17
{
18
#if UNITY_2023_2_OR_NEWER
19
- // NOTE: This is a workaround for Unity 2023.2 and later.
+ // NOTE: This is a generics solution for Unity 2023.2 and later.
20
// 2023.2 because SerializeReference supports generic type instances and because the behaviour is stable.
21
if (baseType.IsGenericType)
22
0 commit comments