v1.3.0-beta.5
Pre-release
Pre-release
·
492 commits
to main
since this release
What's Changed
Features 🎉
- Refactor 2d render pipeline by @singlecoder in #1708
- Animator support transition conditions by @luzhuang in #2096
- Refactor state transition update logic and fix time bug by @luzhuang in #2130
- Support
Prefab
by @luzhuang in #2108 - Add constructor to sub primitive and export by @johanzhu in #2155
- Export
ClearableObjectPool
andReturnableObjectPool
from utils by @singlecoder in #2154 - Support post process by @zhuxudong in #2129
- Camera
setReplacementShader
supportReplacementFailureStrategy
when failed by @cptbtptpbcptdtptp in #2172 - Refactoring the ShaderLab Compiler Module using the LALR Algorithm for Enhanced GLSL Compatibility and Reduced Build Size by @Sway007 in #2113
- Path in
#include
directive support relative path against to shader's path AND fix code generation error when target language is gles 100 by @Sway007 in #2241
Fixed 🐞
- Fix two static colliders collided in lite physics by @luzhuang in #2036
- Support transparent shadow by @zhuxudong in #2080
- Fix set 2d color no working by @singlecoder in #2128
- Fix the
this
of animation event script is not right by @luzhuang in #2137 - Fix PBR shader brdf.rg may less than 0 by @zhuxudong in #2173
- Fix missing params by @gz65555 in #2174
- Fix the logic that incorrectly determines the length of the atlas when loading it by @cptbtptpbcptdtptp in #2164
- Clamp shadow strength to 0~1 by @zhuxudong in #2233
- Fix preprocessor parenthesis expression parse by @Sway007 in #2236
- Clamp linear gamma at last output by @zhuxudong in #2243
- Update controller loader to enhance stateMachine and fix crossfade bug when dest state has no clip by @luzhuang in #2228
Other Changes
Full Changelog: v1.2.0-beta.7...v1.3.0-beta.5