Application.isWebPlayerstatic var isWebPlayer : booleanDescriptionAre we running inside a web player? (Read Only) Returns true if the game is being run from the Unity web player.
JavaScript
if (Application.isWebPlayer) { using UnityEngine; import UnityEngine |
