-
Notifications
You must be signed in to change notification settings - Fork 4
Getting Started
Shi Johnson-Bey edited this page Mar 5, 2024
·
1 revision
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
The first step for this tutorial is downloading the sample project. This is included in the main repository.
- Navigate to the homepage for the Anansi repo
- Click the
Code
button dropdown, and selectDownload Zip
- Unzip the download
- 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.
- Open the
GettingStarted
scene file in theAssets/Tutorials
folder. - Now you're ready to go