In the process of simplifying the library and increasing ease of use, a lot of breaking changes have been made since the last release. However, now that the package is in a more finalized state, those types of changes should not be happening nearly as frequently.
What's Changed
- Add samples by @mpewsey in #15
- Add random seed pipeline input by @mpewsey in #16
- Move assets to Resources folder by @mpewsey in #17
- Update samples by @mpewsey in #19
- Serialization updates to support IL2CPP by @mpewsey in #20
- Add bit array for cell visibilities by @mpewsey in #21
- Add Layout ID component by @mpewsey in #22
- Add room cell visibility state updates by @mpewsey in #23
- Updates to support IL2CPP serialization by @mpewsey in #24
- Change room and manager implementations by @mpewsey in #25
- Add doc strings by @mpewsey in #26
- Add Mania Map Settings menu by @mpewsey in #27
- Update layout map components to support cell map tile features by @mpewsey in #28
- Add cell features by @mpewsey in #29
- Add JSON serialization by @mpewsey in #30
- Update settings by @mpewsey in #31
- Add room door connection and update docs by @mpewsey in #32
- Add opening prefab asset from room template by @mpewsey in #33
- Convert room database to scriptable object by @mpewsey in #34
- Add template constraints to template groups by @mpewsey in #35
- Add Graphs and Generators namespaces by @mpewsey in #36
- Add common library by @mpewsey in #37
- Add room and door visibility options to maps by @mpewsey in #38
- Change class names to eliminate conflicts with main library by @mpewsey in #39
- Add door draw mode and door code flags by @mpewsey in #40
- Add manual input arguments to pipeline by @mpewsey in #41
- Add room flags, initialization guards, and simplify by @mpewsey in #42
- Add onion map and async generation support by @mpewsey in #43
- Add room tags by @mpewsey in #44
- Add logging event by @mpewsey in #45
- Add room cluster loading by @mpewsey in #46
- Move collectables to room level by @mpewsey in #47
- Add threshold by @mpewsey in #48
- Simplify map drawing components by @mpewsey in #51
- Major refactor to improve overall usage by @mpewsey in #52
- Add room tests by @mpewsey in #56
- Update docs impacted by refactor by @mpewsey in #57
- Add additional tests by @mpewsey in #58
Full Changelog: v0.0.3...v1.0.0