RuntimePlatform.AndroidRuntimePlatform.AndroidDescriptionIn the player on Android devices. See Also: Platform dependent Compilation.
JavaScript
if (Application.platform == RuntimePlatform.Android) using UnityEngine; import UnityEngine |
