Legacy Documentation: Version 4.6(go to latest)
Language: English
  • C#
  • JS
  • Boo

Script language

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

PlayerSettings.forceSingleInstance

public static var forceSingleInstance: bool;

Description

Restrict standalone players to a single concurrent running instance.

This detects at startup whether another instance of the same player is already running, and aborts with an error message if so.