支持Unity 6000

backup
walon 2025-04-19 13:00:38 +08:00
parent 7ca5ec54b1
commit 8b2b03813f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ using System.Reflection;
namespace Obfuz
{
#if UNITY_2019 || UNITY_2020 || UNITY_2021 || UNITY_2022
#if UNITY_2019_1_OR_NEWER
internal class ObfuzProcess2021 : IPreprocessBuildWithReport, IPostprocessBuildWithReport
{
private static bool s_obfuscated = false;