Legacy Documentation: Version 4.5.0

Script language:

  • JS
  • C#
  • Boo
Script language

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

PlayerSettings.usePlayerLog

static var usePlayerLog: bool;
static bool usePlayerLog;
static usePlayerLog as bool

Description

Write a log file with debugging information.

This is useful to find out what happened if there are problems with your game. When publishing games for Apple's Mac App Store, it is recommended to turn this off, because Apple may reject your submission otherwise.