An open API service indexing awesome lists of open source software.

https://github.com/tratteo/gibframe

A Unity package for gibbons coders 🐒
https://github.com/tratteo/gibframe

library unity

Last synced: 4 months ago
JSON representation

A Unity package for gibbons coders 🐒

Awesome Lists containing this project

README

          

[![openupm](https://img.shields.io/npm/v/com.tratteo.gibframe?label=OpenUPM&registry_uri=https://package.openupm.com)](
https://openupm.com/packages/com.tratteo.gibframe/)
![GitHub](https://img.shields.io/github/license/tratteo/GibFrame?color=orange&label=License)
![GitHub top language](https://img.shields.io/github/languages/top/tratteo/GibFrame?color=5027d5&label=C%23&logo=.net)
![GitHub last commit (branch)](https://img.shields.io/github/last-commit/tratteo/GibFrame/main?label=Last%20commit&color=brightgreen&logo=github)

# GibFrame
A Unity package for gibbons coders 🐒

Check out the Youtube [video](https://www.youtube.com/watch?v=gXSB7h1Bklg) to get to know what the package offers!



## Installation
### OpenUPM
It is recommended to install the package with [OpenUPM](https://openupm.com/) in order to automatically resolve dependencies.
To install, move into the project folder and run the command:
```shell
openupm add com.tratteo.gibframe
```
The OpenUPM CLI is required, for installation instruction check out the [installation guide](https://github.com/openupm/openupm-cli#installation)

## Wiki
The package has been developed during months of game development for my projects. For this reason GibFrame includes various systems and functionalities that would require months to write a (pretty useless) documentation about. Since the package is open source, the best way to get to know the functionalities is to directly check out the package source and structure at both [runtime](https://github.com/tratteo/GibFrame/tree/main/Runtime) and [editor](https://github.com/tratteo/GibFrame/tree/main/Editor).

Also, remember to check out my [YouTube](https://www.youtube.com/@tratteo), for other possible future videos about this!