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 f077064 commit 0cc74b8Copy full SHA for 0cc74b8
AssetStudio/UnityVersion.cs
@@ -27,7 +27,7 @@ public class UnityVersion : IComparable
27
public bool IsAlpha => BuildType == BuildTypes.Alpha;
28
public bool IsBeta => BuildType == BuildTypes.Beta;
29
public bool IsPatch => BuildType == BuildTypes.Patch;
30
- public bool IsTuanjie => BuildType == BuildTypes.Tuanjie;
+ public bool IsTuanjie => BuildType == BuildTypes.Tuanjie && this >= (2022, 3);
31
32
public UnityVersion(string version)
33
{
0 commit comments