RuntimePlatform.WindowsEditor

RuntimePlatform.WindowsEditor

Description

In the Unity editor on Windows.

See Also: Platform dependent Compilation.

JavaScript
if (Application.platform == RuntimePlatform.WindowsEditor)
Debug.Log("Do something special here!");