Skip to content

A collection of common useful scripts for Unity development

Notifications You must be signed in to change notification settings

epoHless/unity-common-scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Common Scripts

A refactoring of my previous Unity Essential Scripts repository.

Features


Generic Object Pooler

public abstract class ObjectPooler<T> : MonoBehaviour where T : MonoBehaviour

Inheritable Generic Object Pooler that manages MonoBehaviours


Health & Damage System with UI HealthBar

a plug-n-play component that interacts with an interface IDamageable in order to deal damage.

About

A collection of common useful scripts for Unity development

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published