mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-29 19:32:51 -05:00
70f8130797
* Add stack trace toggled via user prefs * Add docs regarding preferences * Rename color getter functions * Fix minior order of execution bug * Use GUID + improved styling of detailed stack view * - Changed the AddStackTrace method to be conditional (from one of your initial suggestions). - Removed the implicit conversion operator in StackTraceEntry and is instead using ToString explicitly when needed. - Improved implementation of GetFirstLine - Simplified Equals implementation of the StackTraceEntry class
21 lines
487 B
Markdown
21 lines
487 B
Markdown
---
|
|
id: preferences
|
|
title: Preferences
|
|
hide_title: true
|
|
sidebar_label: Preferences
|
|
---
|
|
|
|
# Preferences
|
|
|
|
Preferences can be reached via `Unity/Preferences`.
|
|
|
|
![preferences-location](assets/preferences-location.png)
|
|
|
|
And it looks like this:
|
|
|
|
![preferences-overview](assets/preferences-overview.png)
|
|
|
|
## Debug mode
|
|
|
|
Enables debug functionality in Unity Atoms, for example Stack Traces for Events. Performance will decrease using this option, but could be switched on for debugging purposes.
|