# About

<figure><img src="https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4z5bYhjCwt02AHS4praa%2Fuploads%2Fx7JVzfUYyole8P7bV2XM%2FGAMEPANGIN.jpg?alt=media&#x26;token=58e58579-a1e3-40e9-bb08-74a96ea39e6a" alt=""><figcaption></figcaption></figure>

Gamepangin is a Unity Package which contains various needs and ready-to-use systems that are often used in video game development. It aim so you can focus on what's matter, make the FUN.

{% hint style="info" %}
Did you know Gamepangin is named after an Indonesian words 'Gampangin'? It's means 'Make it easier'
{% endhint %}

### Requirements

* Unity 2021.3 or newer
* [Odin Inspector and Serializer](https://assetstore.unity.com/packages/tools/utilities/odin-inspector-and-serializer-89041)
* [DOTween](https://assetstore.unity.com/packages/tools/animation/dotween-hotween-v2-27676)

### How to install (Unity 2020.2 and newer)

* In Unity, open **Project Settings** window (Edit/Project Settings) an go **Package Manager**
* Add new **Scoped Registry** with URL : <mark style="background-color:yellow;"><https://package.openupm.com></mark>
* Add a new scope in Scope(s) section : <mark style="background-color:yellow;">com.gamelokal</mark>
* Click **Save** to save changes
* Open **Package Manager Window** (Window/Package Manager) and choose **Packages : My Registries** in the top left toolbar
* Choose **Gamepangin** in the list, and then click **Install**

{% hint style="info" %}
There are many more components provided in Gamepangin which are not documented on this page because they are quite straightforward and too many. You are expected to be able to see for yourself the scripts contained in this package.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://utoolkit.gamepangin.com/introduction/about.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
