Files
com.misaki.hdrp-toon/CHANGELOG.md
2024-11-18 23:16:18 +09:00

30 lines
704 B
Markdown

# Changelog
All notable changes to this project will be documented in this file.
## [2.0.1] - 11-Nov-2024
### Added
- Added custom editor for BoxLightAdjustment;
### Changed
- Changed the outline layer and hair shadow caster layer from LayerMask to RenderingLayerMask;
- Changed the RenderingLayerMask update from every frame to when property changed;
- Chnaged the light following calculation from Update to LateUpdate;
---
## [2.0.0] - 23-Oct-2024
### Added
- Added the support of HDRP 17;
### Changed
- Changed GameObject custom pass to global custom pass;
### Fixed
- Fixed dependency problem in package.json file;
### Removed
- Removed HairShaodwPassDrawer;
- Removed UTSOutLinePassDrawer;