mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-26 18:08:27 -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
38 lines
964 B
JSON
Executable File
38 lines
964 B
JSON
Executable File
{
|
|
"docs": {
|
|
"Introduction": [
|
|
"introduction/quick-start",
|
|
"introduction/overview",
|
|
"introduction/basic-tutorial",
|
|
"introduction/generator",
|
|
"introduction/unirx",
|
|
"introduction/advanced-example",
|
|
"introduction/preferences"
|
|
],
|
|
"API Reference": [
|
|
"api/unityatoms",
|
|
"api/unityatoms.editor",
|
|
"api/unityatoms.baseatoms",
|
|
"api/unityatoms.baseatoms.editor",
|
|
"api/unityatoms.fsm",
|
|
"api/unityatoms.fsm.editor",
|
|
"api/unityatoms.mobile",
|
|
"api/unityatoms.mobile.editor",
|
|
"api/unityatoms.monohooks",
|
|
"api/unityatoms.scenemgmt",
|
|
"api/unityatoms.scenemgmt.editor",
|
|
"api/unityatoms.tags",
|
|
"api/unityatoms.ui"
|
|
],
|
|
"Subpackages": [
|
|
"subpackages/base-atoms",
|
|
"subpackages/fsm",
|
|
"subpackages/mobile",
|
|
"subpackages/mono-hooks",
|
|
"subpackages/scene-mgmt",
|
|
"subpackages/tags",
|
|
"subpackages/ui"
|
|
]
|
|
}
|
|
}
|