Skip to content

Commit fa8177d

Browse files
committed
fix code for support unity 2018.3
fix pangweiwei#261
1 parent b1160a7 commit fa8177d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Assets/Slua/Editor/CustomExport.cs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,13 @@ public static void OnGetNoUseList(out List<string> list)
181181
"UnityEngine.Experimental",
182182
"Unity.Jobs",
183183
"Unity.Collections",
184+
"Unity.IO.LowLevel",
185+
"UnityEngine.AudioSettings",
186+
"UnityEngine.DrivenRectTransformTracker",
187+
"UnityEngine.tvOS",
188+
"UnityEngine.Light",
189+
"UnityEngine.LightProbeGroup",
190+
"UnityEngine.Playables",
184191
};
185192
}
186193
}

0 commit comments

Comments
 (0)