From fa8177d516238c46dfaa156e72139756e96bfee3 Mon Sep 17 00:00:00 2001 From: sineypang Date: Wed, 13 Mar 2019 18:33:11 +0800 Subject: [PATCH] fix code for support unity 2018.3 fix #261 --- Assets/Slua/Editor/CustomExport.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Assets/Slua/Editor/CustomExport.cs b/Assets/Slua/Editor/CustomExport.cs index e111fe59..1aa03fc2 100644 --- a/Assets/Slua/Editor/CustomExport.cs +++ b/Assets/Slua/Editor/CustomExport.cs @@ -181,6 +181,13 @@ public static void OnGetNoUseList(out List list) "UnityEngine.Experimental", "Unity.Jobs", "Unity.Collections", + "Unity.IO.LowLevel", + "UnityEngine.AudioSettings", + "UnityEngine.DrivenRectTransformTracker", + "UnityEngine.tvOS", + "UnityEngine.Light", + "UnityEngine.LightProbeGroup", + "UnityEngine.Playables", }; } }