Dogan Kirnaz
  • Welcome
  • Setup
    • Quickstart
  • Basics
    • Agent Extensions
    • Audio Extensions
    • Camera Extensions
    • Collision Extensions
    • Coroutine Extensions
    • Encryption Extensions
    • Format Extensions
    • Game Extensions
    • Json Extensions
    • List Extensions
    • Loop Extensions
    • Material Extensions
    • Math Extensions
    • GameObject Extensions
    • Physics Extensions
    • Object Pool Extensions
    • Scene Extensions
    • PlayerPrefs Extensions
  • Support
    • Support
Powered by GitBook
On this page
  • Installation
  • Usage
  1. Setup

Quickstart

PreviousWelcomeNextAgent Extensions

Last updated 24 days ago

Installation

1

Go to Window > Package Manager and open the Package Manager window.

2

Select My Assets from the Packages menu to list any packages that you have purchased.

3

Select the Extension Kit from the list of packages. (Try searching for it if it is not listed.)

4

Follow the prompts to complete the installation.

Usage

The Extension Kit usually works without importing its namespace, as most functions are public static. However, some features—like the PlayerPrefs extensions—may require it. If needed, add the following using statements to your script.

using ExtensionKit;

If you are doing this for the first time, .

visit here