unity-atoms/docs/introduction/preferences.md
Adam Ramberg 70f8130797
Debug events by displaying stack traces for events (#159)
* 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
2020-06-06 22:19:07 +02:00

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.