Legacy Documentation: Version 5.1
LanguageEnglish
  • C#
  • JS

Script language

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

RuntimePlatform.XBOX360

Switch to Manual

Description

In the player on the XBOX360.

See Also: Platform dependent Compilation.

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