5.2.0 (2024-06-20)
- prevent asset import errors by adding appropriate shader package requirements and fallbacks (975b5bb)
- urp: don't setup urp buffers if screen properties are not yet present (975b5bb)
5.1.0 (2024-06-02)
5.0.1 (2024-04-26)
5.0.0 (2024-01-10)
- Update LICENSE (#25)
4.0.0 (2023-12-30)
- 🔥 remove deprecated image effect implementation (#23)
3.0.1 (2023-09-28)
- Add High-Definition Render Pipeline implementation of Order-Independent Transparency
- Add Universal Render Pipeline implementation of Order-Independent Transparency
- Support Vulkan and OpenGL by using SV_SampleIndex for MSAA support
- Restructure package for different render pipelines using Assemblies
- Changed package name to avoid using protected names
- Update project description and demo scenes
- Various small shader and interface improvements and updates
- Created a custom package and restructured the whole project to make installation with the Unity package manager possible
- Improve performance by resetting linked list head buffer on GPU with a ComputeShader