Skip to content

Releases: DerKekser/unity-power-singleton

v1.3.2

29 Dec 22:16
Compare
Choose a tag to compare

Added check on application quit to avoid gameobject lookup

v1.3.1

20 Dec 19:20
Compare
Choose a tag to compare

Improved type lookup
Added type check to Single.Bind

v1.3.0

17 Dec 17:11
Compare
Choose a tag to compare

Added manuel binding

v1.2.3

17 Dec 14:48
Compare
Choose a tag to compare

Fixed type lookup regex

v1.2.2

17 Dec 12:04
Compare
Choose a tag to compare

Fixed error if singleton is an interface and not in attribute list
Fixed auto generation on scene switch
Improved type look up to ignore unity and system assemblies

v1.2.1

14 Dec 20:16
Compare
Choose a tag to compare

Fixed the handling of the power singleton attribute if no type is set

v1.2.0

14 Dec 17:33
Compare
Choose a tag to compare

Improved caching to reduce object casting

v1.1.0

05 Dec 18:33
Compare
Choose a tag to compare

Initial Release