Getting Started
September 23, 2023 ยท View on GitHub
Prerequisites
To get started with the Quill Framework, you will need a couple of things, the Unity Hub, the Unity version for this project and Git
You will need Unity to Open the application and Git for the application to use the packages it needs
Downloading the Project
You can download the projects in two ways, downloading the .zip file directly from Github or cloning the project with Git
Zip Download
- Visit the Repository Quill Framework
- In the top menu, click green
CODEbutton - Next, Choose the download
Download Zipoption
- Unpack the .zip file in the directory of your choice
Git Download (Recommended)
This is the recommended way to install this project
- With Git installed
- Open the terminal of your choice and run the following command
git clone https://github.com/DamiTheHuman/quill-framework.git
If you have never used Git before and want to learn, check this out How to clone a Github Repository to your Local Machine
Opening the Project
With the project on your local machine, Unity Hub and Unity 2021.3.8f installed
- Open the Unity Hub application. It should look like this

- Click the
Openbutton
- Find the
quill-frameworkproject and click theOpenButton - If you do not have the appropriate Unity Version(Unity 2021.3.8f), please download it or things might not work as expected