https://github.com/kitbashery/game-kit
A collection of feature rich gameplay systems for Unity.
https://github.com/kitbashery/game-kit
asset events game-development game-kit health physics pooling unity unity-3d unity3d-plugin
Last synced: 11 months ago
JSON representation
A collection of feature rich gameplay systems for Unity.
- Host: GitHub
- URL: https://github.com/kitbashery/game-kit
- Owner: Kitbashery
- License: mit
- Created: 2022-08-15T20:50:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-05T21:57:46.000Z (about 3 years ago)
- Last Synced: 2025-04-12T09:42:19.924Z (about 1 year ago)
- Topics: asset, events, game-development, game-kit, health, physics, pooling, unity, unity-3d, unity3d-plugin
- Language: C#
- Homepage: https://kitbashery.com/docs/game-kit
- Size: 200 KB
- Stars: 33
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: .github/README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

[](https://unity3d.com/get-unity/download)
[](https://github.com/Kitbashery/Game-Kit/blob/main/.github/LICENSE.md)
[](https://openupm.com/packages/com.kitbashery.game-kit.html)
[](https://github.com/Kitbashery/Game-Kit/releases/download/Development-Package/Kitbashery_GameKit.unitypackage)
[](https://kitbashery.com/docs/game-kit)
[](https://github.com/Kitbashery/.github/blob/main/.github/CONTRIBUTING.md)
#### For a more performant, stable and fully featured solution check out our latest asset:
[](https://assetstore.unity.com/packages/slug/248930?aid=1100lvf66)
# Game Kit
## Description:
GameKit contains feature rich systems and components commonly used in games. Designed with 3D games in mind, however some components may function in 2D as well.
## Features:
#### Object pooling:
* Improves game performace
* Sequential naming
* Hide pooled GameObjects in the inspector
* Expandable pools.
#### Spawner:
* Forward & offset spawn direction
* Integrated object pooling
* Spawn events
* Wave system
* Random spawns
#### Health:
* Invinsibility
* Multiple health bars
* Passive regeneration
* Damage/healing
* Stackable effects over time
* Damage/heal/death Events
* Area of effect zones
* Healthbar UI support
#### Projectiles:
* Impact force
* Seeking
* Ricochets
* Integrated with health system
* Integrated object pooling
#### Event Systems:
* Dynamic collision events
* Dynamic activation events
* Integrated with health system
* Integrated with projectiles
#### Time Management:
* Play/Pause
* FPS Counter
* Slow Motion
* Time Events
#### Force Fields:
* Directional forces
* Sync with WindZone
* Explosion/Implosion
# Getting Started:
All components can be found under Kitbashery in the component menu:

Online documentation & scripting API is found at:
https://kitbashery.com/docs/game-kit
----
The name Kitbashery & all associated images Copyright © 2023 Kitbashery. All Rights Reserved.