Game Kit
Game Kit provides a collection of feature-rich gameplay systems for Unity developers. It includes object pooling, spawning with wave systems, health management with regeneration and damage effects, projectiles with seeking and ricochet capabilities, event systems, time management controls, and force fields. All components are optimized for 3D games and integrate seamlessly with each other. Requires Unity 2021.3 or later.
com.kitbashery.game-kit Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/game-kit.git README Markdown
Copy this to your project's README.md
## Installation
Add **Game Kit** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/game-kit.git
```
[](https://www.pkglnk.dev/pkg/game-kit)README

For a more performant, stable and fully featured solution check out our latest asset:
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.

No comments yet. Be the first!