Version: 5.5 (switch to 5.6b)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Method group is Obsolete

RuntimePlatform.OSXWebPlayer

Obsolete

Description

In the web player on macOS.

See Also: Platform dependent Compilation.

using UnityEngine;
using System.Collections;

public class ExampleClass : MonoBehaviour { void Example() { if (Application.platform == RuntimePlatform.OSXWebPlayer) Debug.Log("Do something special here!"); } }

Deleted from 5.4.0 and onwards.