Skip to content

Commit

Permalink
反馈说5.6也有lightmapBakeType要排除,很难搞清楚所有unity版本的api,不如不区分版本,反正如果没这些api的版本也…
Browse files Browse the repository at this point in the history
…不会生效。
  • Loading branch information
chexiongsheng committed Jun 27, 2018
1 parent 3cd9ae7 commit 619afb2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Assets/XLua/Examples/ExampleGenConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,9 @@ public static class ExampleGenConfig
new List<string>(){"UnityEngine.Security", "GetChainOfTrustValue"},
new List<string>(){"UnityEngine.CanvasRenderer", "onRequestRebuild"},
new List<string>(){"UnityEngine.Light", "areaSize"},
#if UNITY_2017_1_OR_NEWER
new List<string>(){"UnityEngine.Light", "lightmapBakeType"},
new List<string>(){"UnityEngine.WWW", "MovieTexture"},
new List<string>(){"UnityEngine.WWW", "GetMovieTexture"},
#endif
new List<string>(){"UnityEngine.AnimatorOverrideController", "PerformOverrideClipListCleanup"},
#if !UNITY_WEBPLAYER
new List<string>(){"UnityEngine.Application", "ExternalEval"},
Expand All @@ -90,8 +88,5 @@ public static class ExampleGenConfig
new List<string>(){"System.IO.DirectoryInfo", "CreateSubdirectory", "System.String", "System.Security.AccessControl.DirectorySecurity"},
new List<string>(){"System.IO.DirectoryInfo", "Create", "System.Security.AccessControl.DirectorySecurity"},
new List<string>(){"UnityEngine.MonoBehaviour", "runInEditMode"},
#if !UNITY_5_6_OR_NEWER

#endif
};
}

0 comments on commit 619afb2

Please sign in to comment.