Unity integration tutorial
This series walks you through a step-by-step integration of Arcweave and Unity, in text and video.

- Part 1: Install & set up: Set up your Unity project, install the Arcweave Unity plugin, import your first Arcweave project, and verify that your story runs in Unity.
- Part 2: Demo scene architecture: Dive into the demo scene to see how narrative data flows into the game. Learn about the event-driven architecture, how your Unity project controls story progression, and how the UI reacts dynamically to narrative events.
- Part 3: Arcweave project structure: Explore how Arcweave projects map to gameplay systems. You'll learn how to organize dialogue by NPC, manage global variables, define dialogue entry/exit points, and use arcscript and components to shape narrative flow.
- Part 4: The 3D demo project: See how a full 3D RPG scene integrates with Arcweave. You'll wire up NPC interactions, control game state through a central manager, and use Arcweave variables and components to drive UI, environment, and gameplay behavior.
- Part 5: Customize the template: Customize your project by adding an NPC and setting up an alternative way to trigger dialogue that uses Arcweave components.
By the end of the series, you'll understand how Arcweave handles story logic and data, how Unity consumes that data, and how to connect the two in a clean, scalable way.