EZ Core is a framework designed to make creation of games within Unity easy and maximize performance.
EZ Core is designed to be very flexible and at the same time provide performance boosts to your game as it minimizes unnecessary stuff happening on the backend.
EZ_Pooling_2
Pool Manager is a tool that manages instances that are needed over and over again in the same scene.
EZ_Pooling_2 is a more efficient pooling system than its previous iteration. EZ Pooling
EZ_Tagger
EZ Tagger is the multi-tagging version Unity tag. And it is faster and more efficient as it uses enum to compare instead of strings.
It comes with 2 modes : Exact and Or.
Exact : the gameObject must have all the required tags in order to return true.
Or : at least 1 must match to return true.