Energy System


Most games have a way where objects inflict damage into each other and recover from them using some item.

This Energy System package adds this and others features to your game.


by Nost Games


Price History +

Energy System is a simple package where you will find easy to use, whether you have any scripting knowledge or not. You can set all necessary data using the Inspector.


The System was projected using the concept of Damager, Damageable and Energy objects.

A Damager GameObject can damage Damageables GameObjects, reducing its Energy. They can recover Energy using EnergyRecover GameObjects. A Damageable may have an Energy component and this can be shown in the UI by using an EnergyBar.


If you want to get into scripts, Events are available so other scripts can easily get notified when some actions are executed, like when the energy ends, increases etc.


Play the WebGL demo

Read the full documentation for more information.