Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


StackTraceLogType

Stack trace logging options.
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Enum
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
public enum StackTraceLogType

Remarks

Additional Resources: Application.stackTraceLogType.

Fields

Value

Description

FullNative and managed stack trace will be logged.
NoneNo stack trace will be outputed to log.
ScriptOnlyOnly managed stack trace will be outputed.