Home

Awesome

Apkd.UnityDemystifier

Improved stack trace display for Unity, based on Ben.Demystifier. Work in progress.

Before

before

After

after

Requirements

Installation

Unity Asset Store

Install the package in your project using the Asset Store page.

Unity Package Manager (Unity 2018.3+)

Add a reference to the repository in the Packages\manifest.json file in your project directory:

{
  "dependencies": {
    "com.unity.postprocessing": "2.1.3",
    "pl.apkd.demystifier": "https://github.com/apkd/Apkd.UnityDemystifier.git"
  }
}

Manual

From source (Unity 2018.3+)

Clone/download this repository into the Assets directory of your project.

Using compiled DLL (Unity 2017.1+)

Download and extract the latest release zip into the Assets directory of your project.

Configuration

The package will work immediately after installation without any additional steps.

(Unity 2018.3+) You can customize the stack trace by defining the following compilation symbols in the project settings:

Notes