Kuizo Documentation
  • Getting Started
    • What is Kuizo?
    • Requirements
    • Installation Instructions
    • Quickstart
  • Using Kuizo
    • Creating and Setting up a new Kuizo Global Settings Object
    • Creating and Managing Categories
    • Creating and Managing Questions
  • Creating and Managing Quizzes
  • Game Settings
    • Configuring the Number of Questions
    • Configuring the Time Limit
    • Configuring the Number of Players
  • Information
    • Contact Me
    • Credits
Powered by GitBook
On this page
  • Supported Unity Versions:
  • Required Unity Packages:
  1. Getting Started

Requirements

Before using Kuizo, please ensure your project meets the following requirements.

Supported Unity Versions:

  • Unity 6 (latest tested version: 6000.0.45f1)

  • Unity 2022 (latest tested version: 2022.3.61f1)

Other versions of Unity may work but are not officially tested.


Required Unity Packages:

  • TextMeshPro

  • Input System

How to install and import TextMeshPro
  1. Open Unity and go to Window → Package Manager.

  2. In the Package Manager window, select Unity Registry from the top-left dropdown menu.

  3. Scroll down or use the search bar to find TextMeshPro.

  4. Click Install to add TextMeshPro to your project.

  5. Once installed, go to Window → TextMeshPro → Import TMP Essentials.

How to install the Input System package
  1. Open Unity and go to Window → Package Manager.

  2. In the Package Manager window, select Unity Registry from the top-left dropdown menu.

  3. Scroll down or use the search bar to find Input System.

  4. Click Install to add Input System to your project.

PreviousWhat is Kuizo?NextInstallation Instructions

Last updated 1 month ago