unity-atoms/docs/README.md

31 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2019-10-03 23:05:26 +02:00
# Table of Contents
- Introduction
- [Quick start: adding Unity Atoms your project](./introduction/quick-start.md)
- [Overview and philosopy](./introduction/overview.md)
- [Basic tutorial](./introduction/basic-tutorial.md)
- [Usage with UniRX](./introduction/unirx.md)
- [Level up using the Generator](./introduction/generator.md)
2020-03-21 23:03:14 +01:00
- [Advanced example](./introduction/advanced-example.md)
2019-10-03 23:05:26 +02:00
- API
2019-10-15 02:08:41 +02:00
- [UnityAtoms](./api/unityatoms.md)
- [UnityAtoms.Editor](./api/unityatoms.editor.md)
2020-03-02 20:12:38 +01:00
- [UnityAtoms.BaseAtoms](./api/unityatoms.baseatoms.md)
- [UnityAtoms.BaseAtoms.Editor](./api/unityatoms.baseatoms.editor.md)
2020-03-21 23:03:14 +01:00
- [UnityAtoms.FSM](./api/unityatoms.fsm.md)
- [UnityAtoms.FSM.Editor](./api/unityatoms.fsm.editor.md)
2019-10-15 03:07:22 +02:00
- [UnityAtoms.Mobile](./api/unityatoms.mobile.md)
2019-10-15 23:20:05 +02:00
- [UnityAtoms.Mobile.Editor](./api/unityatoms.mobile.editor.md)
2019-10-16 01:43:51 +02:00
- [UnityAtoms.MonoHooks](./api/unityatoms.monohooks.md)
2019-10-15 23:20:05 +02:00
- [UnityAtoms.SceneMgmt](./api/unityatoms.scenemgmt.md)
- [UnityAtoms.SceneMgmt.Editor](./api/unityatoms.scenemgmt.editor.md)
- [UnityAtoms.Tags](./api/unityatoms.tags.md)
2019-10-03 23:05:26 +02:00
- Subpackages
2020-03-02 20:12:38 +01:00
- [BaseAtoms](./subpackages/base-atoms.md)
2020-03-21 23:03:14 +01:00
- [FSM](./subpackages/fsm.md)
2019-10-03 23:05:26 +02:00
- [Mobile](./subpackages/mobile.md)
2019-10-16 01:43:51 +02:00
- [MonoHooks](./subpackages/mono-hooks.md)
2019-10-03 23:05:26 +02:00
- [SceneMgmt](./subpackages/scene-mgmt.md)
- [Tags](./subpackages/tags.md)
- [UI](./subpackages/ui.md)