We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b28a6 commit aa63ed0Copy full SHA for aa63ed0
1 file changed
NetcodePatcher.Build/Program.cs
@@ -92,7 +92,7 @@ public sealed class GatherConstantsTask : AsyncFrostingTask<BuildContext>
92
{
93
public IEnumerable<string> ComputeUnityVersionConstants(BuildContext ctx)
94
95
- if (ctx.UnityVersion < UnityVersion.Parse("2021.1.0"))
+ if (ctx.UnityVersion < UnityVersion.Parse("2020.1.0"))
96
throw new ArgumentOutOfRangeException(nameof(UnityVersion), "Unity version must be >=2020.1.0.");
97
98
var versionConstants = new LinkedList<string>();
0 commit comments