mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-22 08:08:51 -05:00
c7136d2937
Some tutorials now have animation in them to give a clearer explanation of how things work. Added a short tutorial about creating Atoms with the new Search function. Documentation about installation has also changed.
70 lines
1.7 KiB
JSON
Executable File
70 lines
1.7 KiB
JSON
Executable File
{
|
|
"docs": {
|
|
"Introduction": [
|
|
"introduction/installation",
|
|
"introduction/overview",
|
|
"introduction/preferences",
|
|
"introduction/faq"
|
|
],
|
|
"Tutorials": [
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Basics",
|
|
"ids": [
|
|
"tutorials/creating-atoms",
|
|
"tutorials/variables",
|
|
"tutorials/events",
|
|
"tutorials/listeners",
|
|
"tutorials/actions",
|
|
"tutorials/mono-hooks"
|
|
]
|
|
},
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Intermediate",
|
|
"ids": [
|
|
"tutorials/variable-instancer",
|
|
"tutorials/event-instancer",
|
|
"tutorials/generator",
|
|
"tutorials/conditions"
|
|
]
|
|
},
|
|
{
|
|
"type": "subcategory",
|
|
"label": "Advanced",
|
|
"ids": [
|
|
"tutorials/advanced-example",
|
|
"tutorials/unirx"
|
|
]
|
|
}
|
|
],
|
|
"API Reference": [
|
|
"api/unityatoms",
|
|
"api/unityatoms.editor",
|
|
"api/unityatoms.baseatoms",
|
|
"api/unityatoms.baseatoms.editor",
|
|
"api/unityatoms.fsm",
|
|
"api/unityatoms.fsm.editor",
|
|
"api/unityatoms.inputsystem",
|
|
"api/unityatoms.inputsystem.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/input-system",
|
|
"subpackages/mobile",
|
|
"subpackages/mono-hooks",
|
|
"subpackages/scene-mgmt",
|
|
"subpackages/tags",
|
|
"subpackages/ui"
|
|
]
|
|
}
|
|
}
|