Skip to content
This repository was archived by the owner on Apr 23, 2026. It is now read-only.

Release 0.2.1

Choose a tag to compare

@CoderGamester CoderGamester released this 03 Sep 23:20
· 13 commits to master since this release
3f3f593

What's Changed

Changed:

  • Changed AddressableConfig from a struct to a class. This change enhances the flexibility and efficiency of memory usage in our codebase, as AddressableConfig instances can now be shared or null, reducing potential redundancy. Please note that this may alter how AddressableConfig is used in some contexts due to the shift from value type to reference type.

Full Changelog: 0.2.0...0.2.1