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", }; } }