> For the complete documentation index, see [llms.txt](https://dailyjournal.gitbook.io/game-development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dailyjournal.gitbook.io/game-development/unity/introduction/asset-workflow.md).

# Asset workflow

<figure><img src="/files/rpDduWo0oOgv4wwt4429" alt=""><figcaption><p>Asset workflow in Unity</p></figcaption></figure>

* **Import** assets into the Unity Editor
* **Create** content using the Unity Editor with those assets.
* **Build** your app or game file, and optionally its accompanying content bundles
* **Distribute** the built files so that your users can access them, via a publisher, or an app store
* **Load** futher updates as neccessary at runtime, depending on your user’s behavior, and how you have grouped and bundled your content.
