Unity logo
Cancel
Cart
Applications
Sell Assets

Over 11,000 five-star assets

Rated by 85,000+ customers

Supported by 100,000+ forum members

Every asset moderated by Unity

Home
Tools
Integration
1/5
Target Platform boost your development for multiple platforms.

Features:
- Make GameObject and it's components work only on specific platform
- Enable to check whether the Unity's built-in symbols are defined at runtime
- Shorthands of UnityEngine.RuntimePlatform
- All source codes are included!

For example, if you have a button to display on only iOS, you can actually do it by simply attaching a component that specifies iOS to GameObject. Even if you specify multiple platforms only on Android or Unity editor, you just combine the components.
You can specify all 20+ platforms that can be built with Unity 5.0 ~ 2017.1!

Code using directives such as:
  #if UNITY_IOS ~ #endif
helps to reduce the capacity of the application at compile time, but in many cases you should want to use if-statement and the bool value. With the Target Platform, you can write it as:
  if (UnitySymbol.UNITY_WII)
This helps reduce compilation errors that occur for the first time when changing or building a build target.

Instead of writing:
  if(Application.platform
     == RuntimePlatform.Android)
you can write:
  if(Runtime.Platform.isAndroid)

Of course, full source codes are included!

Target Platform - for multi-platform development

(not enough ratings)
24 users have favourite this asset
(24)
$5
Seat
1
Updated price and taxes/VAT calculated at checkout
Refund policy
This asset is covered by the Unity Asset Store Refund Policy. Please see section 2.9.3 of the EULA for details.
Secure checkout:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
License type
File size
41.9 KB
Latest version
1.1
Latest release date
Nov 2, 2017
Original Unity version
5.0.0
Support
Visit site
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members
Unity logo
Language
Feedback
Partners Program
Partners
USD
EUR
Copyright © 2025 Unity Technologies
All prices are exclusive of tax
USD
EUR