File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -419,7 +419,6 @@ public override bool IsIncompatibleWith(UnityEditor.BuildTargetGroup buildTarget
419
419
switch ( buildTarget )
420
420
{
421
421
case UnityEditor . BuildTargetGroup . Android :
422
- case UnityEditor . BuildTargetGroup . Facebook :
423
422
case UnityEditor . BuildTargetGroup . iOS :
424
423
case UnityEditor . BuildTargetGroup . Lumin :
425
424
case UnityEditor . BuildTargetGroup . PS4 :
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ class UXFBuildPreprocessor : IProcessSceneWithReport
13
13
14
14
private BuildTarget [ ] localFileDataHandlerCompatiblePlatforms = new BuildTarget [ ]
15
15
{
16
- BuildTarget . StandaloneLinux ,
17
16
BuildTarget . StandaloneLinux64 ,
18
17
BuildTarget . StandaloneOSX ,
19
18
BuildTarget . StandaloneWindows ,
You can’t perform that action at this time.
0 commit comments