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
  1. Getting Started

Installation Instructions

PreviousRequirementsNextQuickstart

Last updated 1 month ago

Before installing Kuizo, please make sure to check the .

How to install Kuizo as a Unity Package

If you purchased Kuizo from the Unity Asset Store, follow these steps to install it:

  1. Open Unity and launch your project.

  2. Go to Window → Package Manager.

  3. Click the My Assets tab.

  4. Scroll down or use the search bar to find Kuizo.

  5. Click Download (if not already downloaded).

  6. Once downloaded, click Import to add Kuizo to your project.

  7. Unity will prompt you to review the package contents. Click Import to finalize the installation.

How to install Kuizo from a local Unity Package (.unitypackage)

If you received Kuizo as a .unitypackage file, install it using these steps:

  1. Open Unity and launch your project.

  2. Go to Assets → Import Package → Custom Package..

  3. Locate the Kuizo - unitypackage file on your computer and select it.

  4. Unity will prompt you to review the package contents. Click Import to finalize the installation.

When importing Kuizo for the first time, you may see the following message in the Console: “No Kuizo Global Settings asset found in the specified folder.”

This is not an actual error and usually occurs on certain Unity versions during the first import, when the custom ScriptableObject icons haven’t fully initialized yet.

Kuizo will still function correctly. Restarting Unity will fix the issue.

Requirements