Skip to content

Releases: bengreenier/unity-2dcollectables

v0.3.0

08 Aug 13:37
Compare
Choose a tag to compare

Changes

  • Adds beta 3d support - enabling the user to leverage the collectable system in 3d space using 3d colliders

v0.2.0

08 Aug 01:14
Compare
Choose a tag to compare

Changes

  • Add QueueCollector
  • Derive from BaseCollectionCollector as needed
  • Add CollectionIconVisual
  • Add CollectableSpawn to enable spawning of Collectables
  • Add RangeRandomizer to simplify spawner interval configuration
  • Add SpawnerExample scene to illustrate using spawners
  • Modify StackExample to include a CollectionIconVisual example

v0.1.0

02 Aug 05:09
Compare
Choose a tag to compare

Changes

  • Initial version
  • Basic collector
  • Basic stack collector
  • Basic example
  • Stacked example