48 lines
1.0 KiB
Markdown
48 lines
1.0 KiB
Markdown
# Changelog
|
|
|
|
## [2.1.2] - 2022-02-22
|
|
### Fixed
|
|
- Optimized texture space needed for rect packing
|
|
|
|
## [2.1.1] - 2022-01-07
|
|
### Added
|
|
- Added access to the internal helper method IsUsingDeformableBuffer.
|
|
|
|
## [2.1.0] - 2020-11-16
|
|
### Changed
|
|
- Minor version bump due to change in required Unity version
|
|
|
|
## [2.0.3] - 2020-08-10
|
|
### Fixed
|
|
- Added missing UIElement dependency
|
|
|
|
## [2.0.2] - 2019-08-09
|
|
### Added
|
|
- Add Seconday Texture settings into TextureSettings for TextureGenerator
|
|
- Add related test packages
|
|
|
|
## [2.0.1] - 2019-07-13
|
|
### Changed
|
|
- Mark package to support Unity 2019.3.0a10 onwards.
|
|
|
|
## [2.0.0] - 2019-06-17
|
|
### Added
|
|
- Drop preview tag.
|
|
- Remove experimental namespace
|
|
|
|
## [1.2.0-preview.2] - 2019-06-04
|
|
### Added
|
|
- Remove Image Packer Debug Window
|
|
- Move tests out of package
|
|
|
|
## [1.2.0-preview.1] - 2019-02-20
|
|
### Added
|
|
- Update for Unity 2019.2 support.
|
|
|
|
## [1.1.0-preview.2] - 2019-03-18
|
|
### Added
|
|
- Remove deprecated call to Unity internal API
|
|
|
|
## [1.1.0-preview.1] - 2019-01-25
|
|
### Added
|
|
- Added versioning for CI. |