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

Commit ebe3967

Browse files
committed
Hide warnings on tizen in 18.2+
1 parent 9e317fa commit ebe3967

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)