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 🐒
- Host: GitHub
- URL: https://github.com/tratteo/gibframe
- Owner: tratteo
- License: mit
- Created: 2020-12-28T22:41:53.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-04-28T13:35:31.000Z (about 3 years ago)
- Last Synced: 2025-01-05T01:30:41.066Z (over 1 year ago)
- Topics: library, unity
- Language: C#
- Homepage: https://openupm.com/packages/com.tratteo.gibframe/
- Size: 888 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](
https://openupm.com/packages/com.tratteo.gibframe/)



# 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!