Skip to content
This repository was archived by the owner on Nov 30, 2020. It is now read-only.

Commit 521afd5

Browse files
authored
Merge pull request #539 from Unity-Technologies/tizen_warnings
Hide warnings on tizen in 18.2+
2 parents bba6578 + ebe3967 commit 521afd5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

PostProcessing/Editor/Utils/EditorUtilities.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ public static bool isTargetingMobiles
3333
return t == BuildTarget.Android
3434
|| t == BuildTarget.iOS
3535
|| t == BuildTarget.tvOS
36+
#if !UNITY_2018_2_OR_NEWER
3637
|| t == BuildTarget.Tizen
38+
#endif
3739
|| t == BuildTarget.N3DS
3840
|| t == BuildTarget.PSP2;
3941
}

0 commit comments

Comments
 (0)