Skip to content

Commit

Permalink
fix code for support unity 2018.3
Browse files Browse the repository at this point in the history
 fix #261
  • Loading branch information
pangweiwei committed Mar 13, 2019
1 parent b1160a7 commit fa8177d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Assets/Slua/Editor/CustomExport.cs
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,13 @@ public static void OnGetNoUseList(out List<string> list)
"UnityEngine.Experimental",
"Unity.Jobs",
"Unity.Collections",
"Unity.IO.LowLevel",
"UnityEngine.AudioSettings",
"UnityEngine.DrivenRectTransformTracker",
"UnityEngine.tvOS",
"UnityEngine.Light",
"UnityEngine.LightProbeGroup",
"UnityEngine.Playables",
};
}
}
Expand Down

0 comments on commit fa8177d

Please sign in to comment.