unity-atoms/docs/README.md
Miika Lönnqvist c7136d2937
Updated documentation and tutorials (#267)
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.
2021-06-14 20:32:52 +02:00

45 lines
2.1 KiB
Markdown

# Table of Contents
- Introduction
- [Installation](./introduction/installation.md)
- [Overview and philosopy](./introduction/overview.md)
- [Preferences](./introduction/preferences.md)
- [FAQ](./introduction/faq.md)
- Tutorials
- [Creating Atoms](./tutorials/creating-atoms.md)
- [Variables](./tutorials/variables.md)
- [Events](./tutorials/events.md)
- [Listeners](./tutorials/listeners.md)
- [Actions](./tutorials/actions.md)
- [Mono Hooks](./tutorials/mono-hooks.md)
- [Variable Instancer](./tutorials/variable-instancer.md)
- [Event Instancer](./tutorials/event-instancer.md)
- [Generator](./tutorials/generator.md)
- [Conditions](./tutorials/conditions.md)
- [Advanced example](./tutorials/advanced-example.md)
- [Usage with UniRX](./tutorials/unirx.md)
- API
- [UnityAtoms](./api/unityatoms.md)
- [UnityAtoms.Editor](./api/unityatoms.editor.md)
- [UnityAtoms.BaseAtoms](./api/unityatoms.baseatoms.md)
- [UnityAtoms.BaseAtoms.Editor](./api/unityatoms.baseatoms.editor.md)
- [UnityAtoms.FSM](./api/unityatoms.fsm.md)
- [UnityAtoms.FSM.Editor](./api/unityatoms.fsm.editor.md)
- [UnityAtoms.InputSystem](./api/unityatoms.inputsystem.md)
- [UnityAtoms.InputSystem.Editor](./api/unityatoms.inputsystem.editor.md)
- [UnityAtoms.Mobile](./api/unityatoms.mobile.md)
- [UnityAtoms.Mobile.Editor](./api/unityatoms.mobile.editor.md)
- [UnityAtoms.MonoHooks](./api/unityatoms.monohooks.md)
- [UnityAtoms.SceneMgmt](./api/unityatoms.scenemgmt.md)
- [UnityAtoms.SceneMgmt.Editor](./api/unityatoms.scenemgmt.editor.md)
- [UnityAtoms.Tags](./api/unityatoms.tags.md)
- Subpackages
- [BaseAtoms](./subpackages/base-atoms.md)
- [FSM](./subpackages/fsm.md)
- [InputSystem](./subpackages/input-system.md)
- [Mobile](./subpackages/mobile.md)
- [MonoHooks](./subpackages/mono-hooks.md)
- [SceneMgmt](./subpackages/scene-mgmt.md)
- [Tags](./subpackages/tags.md)
- [UI](./subpackages/ui.md)