Skip to content

Getting Started

Shi Johnson-Bey edited this page Mar 5, 2024 · 1 revision

Getting Started with Anansi

This tutorial will get you started with authoring interactive stories in Anansi. It covers the following topics:

  • Adding a single character
  • Adding a single location
  • Writing dialogue for your character

It may feel like there are a lot of moving parts, but once you understand the basics, you can create some really dynamic story plots. If something could be clearer or added to the tutorial to help new learners, please consider making a new GitHub Issue describing your suggestion

Step 1: Download the tutorial materials and set up the project

The first step for this tutorial is downloading the sample project. This is included in the main repository.

  1. Navigate to the homepage for the Anansi repo
  2. Click the Code button dropdown, and select Download Zip
  3. Unzip the download
  4. Open the Anansi folder as a new project in Unity Hub.
  • Anansi was developed using Unity version 2022.3. You can download this exact version, but using a newer or slightly older version shouldn't break anything.
  1. Open the GettingStarted scene file in the Assets/Tutorials folder.
  2. Now you're ready to go