From 35ded35aeea05a37e37ab83bc900d57848051ce7 Mon Sep 17 00:00:00 2001
From: lwb <q3213421wrwqr>
Date: 星期一, 14 十二月 2020 14:51:18 +0800
Subject: [PATCH] 9527 XLUA 新的黑名单配置

---
 Assets/XLua/Editor/XluaConfig.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Assets/XLua/Editor/XluaConfig.cs b/Assets/XLua/Editor/XluaConfig.cs
index c15a6c0..faac2f1 100644
--- a/Assets/XLua/Editor/XluaConfig.cs
+++ b/Assets/XLua/Editor/XluaConfig.cs
@@ -56,7 +56,7 @@
        "EventProvider", "Apple",
        "ClusterInput", "Motion",
        "UnityEngine.UI.ReflectionMethodsCache", "NativeLeakDetection",
-       "NativeLeakDetectionMode", "WWWAudioExtensions", "UnityEngine.Experimental",
+       "NativeLeakDetectionMode", "WWWAudioExtensions", "UnityEngine.Experimental","UnityEngine.CanvasRenderer"
     };
 
     static bool isExcluded(Type type)

--
Gitblit v1.8.0