Releases: bengreenier/unity-2dcollectables
Releases · bengreenier/unity-2dcollectables
v0.3.0
v0.2.0
Changes
- Add
QueueCollector
- Derive from
BaseCollectionCollector
as needed - Add
CollectionIconVisual
- Add
CollectableSpawn
to enable spawning ofCollectable
s - Add
RangeRandomizer
to simplify spawner interval configuration - Add
SpawnerExample
scene to illustrate using spawners - Modify
StackExample
to include aCollectionIconVisual
example
v0.1.0
Changes
- Initial version
- Basic collector
- Basic stack collector
- Basic example
- Stacked example