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 greenCODE button
  • Next, Choose the download Download Zip option Getting Started 1
  • Unpack the .zip file in the directory of your choice

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 Getting Started 2
  • Click the Open button Getting Started 3
  • Find the quill-framework project and click the Open Button
  • If you do not have the appropriate Unity Version(Unity 2021.3.8f), please download it or things might not work as expected