mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 16:18:24 -05:00
532008c768
* Restructure tutorials and add two new tutorials - Non-generated documentation review and edit - Consistent terminology - Stylistic changes - Minor structure changes - Minor clarifications - Typo fixes - Split basic tutorial into two - Tutorials are easier to follow when they are short and to the point - Added event and variable instancer tutorials - Had to bump node version for the docker container to work * #189 - Fixing minor nitpicks Co-authored-by: Adam Ramberg <adam@mambojambostudios.com>
21 lines
495 B
Markdown
21 lines
495 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.
|