diff --git a/Samples/CustomConfigure/Assets/Bootstrap.cs b/Samples/CustomConfigure/Assets/Bootstrap.cs index 84c58e2..25ca0c0 100644 --- a/Samples/CustomConfigure/Assets/Bootstrap.cs +++ b/Samples/CustomConfigure/Assets/Bootstrap.cs @@ -7,10 +7,8 @@ using UnityEngine; public class Bootstrap : MonoBehaviour { - // [ObfuzIgnore]指示Obfuz不要混淆这个函数 // 初始化EncryptionService后被混淆的代码才能正常运行, // 因此尽可能地早地初始化它。 - [ObfuzIgnore] [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] private static void SetUpStaticSecretKey() { diff --git a/Samples/DynamicSecretKey/Assets/Bootstrap.cs b/Samples/DynamicSecretKey/Assets/Bootstrap.cs index c6257d9..6bb1df2 100644 --- a/Samples/DynamicSecretKey/Assets/Bootstrap.cs +++ b/Samples/DynamicSecretKey/Assets/Bootstrap.cs @@ -5,7 +5,6 @@ using UnityEngine; public class Bootstrap : MonoBehaviour { - [ObfuzIgnore] [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] private static void SetUpStaticSecretKey() { diff --git a/Samples/MultiObfuscatedAssemblies/Assets/Bootstrap.cs b/Samples/MultiObfuscatedAssemblies/Assets/Bootstrap.cs index 84c58e2..25ca0c0 100644 --- a/Samples/MultiObfuscatedAssemblies/Assets/Bootstrap.cs +++ b/Samples/MultiObfuscatedAssemblies/Assets/Bootstrap.cs @@ -7,10 +7,8 @@ using UnityEngine; public class Bootstrap : MonoBehaviour { - // [ObfuzIgnore]指示Obfuz不要混淆这个函数 // 初始化EncryptionService后被混淆的代码才能正常运行, // 因此尽可能地早地初始化它。 - [ObfuzIgnore] [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] private static void SetUpStaticSecretKey() { diff --git a/Samples/QuickStart/Assets/Bootstrap.cs b/Samples/QuickStart/Assets/Bootstrap.cs index 84c58e2..25ca0c0 100644 --- a/Samples/QuickStart/Assets/Bootstrap.cs +++ b/Samples/QuickStart/Assets/Bootstrap.cs @@ -7,10 +7,8 @@ using UnityEngine; public class Bootstrap : MonoBehaviour { - // [ObfuzIgnore]指示Obfuz不要混淆这个函数 // 初始化EncryptionService后被混淆的代码才能正常运行, // 因此尽可能地早地初始化它。 - [ObfuzIgnore] [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] private static void SetUpStaticSecretKey() { diff --git a/Samples/WorkWithHybridCLR/Assets/Bootstrap.cs b/Samples/WorkWithHybridCLR/Assets/Bootstrap.cs index ae6b531..13f17e3 100644 --- a/Samples/WorkWithHybridCLR/Assets/Bootstrap.cs +++ b/Samples/WorkWithHybridCLR/Assets/Bootstrap.cs @@ -11,10 +11,8 @@ using UnityEngine; public class Bootstrap : MonoBehaviour { - // [ObfuzIgnore]指示Obfuz不要混淆这个函数 // 初始化EncryptionService后被混淆的代码才能正常运行, // 因此尽可能地早地初始化它。 - [ObfuzIgnore] [RuntimeInitializeOnLoadMethod(RuntimeInitializeLoadType.AfterAssembliesLoaded)] private static void SetUpStaticSecretKey() {