Skip to content

Commit

Permalink
fix: InitializeAnimatorOptimizer is not disabled in 2021.2 or older
Browse files Browse the repository at this point in the history
  • Loading branch information
anatawa12 committed Mar 21, 2024
1 parent a81b09c commit f7d415c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Editor/Processors/InitializeAnimatorOptimizer.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#if UNITY_2021_3_OR_NEWER

using System;
using System.Collections.Generic;
using Anatawa12.AvatarOptimizer.Processors.TraceAndOptimizes;
Expand Down Expand Up @@ -176,3 +178,5 @@ protected override ComponentSupport GetComponentSupport(Object o)
}
}
}

#endif

0 comments on commit f7d415c

Please sign in to comment.