Releases: galacean/engine
Releases · galacean/engine
v1.4.0-alpha.0
What's Changed
Features 🎉
- Add hasExitTime and fix error when set state startTime and transition duration is 0 by @luzhuang in #2359
- Support trigger type
AnimatorControllerParameter
by @luzhuang in #2374 - AnimatorStateTransition support fixedDuration by @luzhuang in #2377
- Improve
ShaderLab
's compatiblity with theRenderState
ofMaterial
by @Sway007 in #2378 - Improve
ShaderLab
compilation error log and package build by @Sway007 in #2364 - ShaderLab ignore
Editor
module by @Sway007 in #2395
Other Changes
- Add
shadowNearPlaneOffset
property inDirectLight
by @GuoLei1990 in #2386 - PBR shader support Iridescence by @hhhhkrx in #2425
Full Changelog: v1.3.24...v1.4.0-alpha.0
v1.3.24
v1.3.23
What's Changed
Fixed 🐞
- Fix particle emit bug and afterimage bug by @GuoLei1990 in #2434
Full Changelog: v1.3.20...v1.3.23
v1.3.21
What's Changed
Fixed 🐞
- Fix particle emit bug and afterimage bug by @GuoLei1990 in #2434
Full Changelog: v1.3.20...v1.3.21
v1.3.20
What's Changed
Features 🎉
- Add function support copy vector/color/quaternion to like object by @singlecoder in #2428
- Refactor request in
ResourceManager
andLoader
by @Sway007 in #2429 - Support particle start delay time by @GuoLei1990 in #2431
Fixed 🐞
- Fix the mesh was not restored after context lost. by @cptbtptpbcptdtptp in #2418
Full Changelog: v1.3.19...v1.3.20
v1.3.19
Full Changelog: v1.3.18...v1.3.19
v1.3.18
Full Changelog: v1.3.17...v1.3.18
v1.3.17
v1.3.16
What's Changed
Fixed 🐞
- Fix background render error when render to RT by @zhuxudong in #2414
- Fix texture sheet and gravity bug by @GuoLei1990 in #2422
- Fix particle rotation bug by @GuoLei1990 in #2423
Other Changes
Full Changelog: v1.3.15...v1.3.16
v1.3.15
What's Changed
Fixed 🐞
- Fix
Color.toGamma
andColor.toLinear
listener error by @cptbtptpbcptdtptp in #2389 - Fix shader destroy memory residual by @GuoLei1990 in #2410
- Fix error when the animationEvent loses the callback function with the given name by @luzhuang in #2394
- Fix crossFade error caused by transitionOffsetTime and clipStartTime by @luzhuang in #2411
Other Changes
- Fix typo of HOW_TO_CONTRIBUTE.md by @chenyunda218 in #2400
New Contributors
- @chenyunda218 made their first contribution in #2400
Full Changelog: v1.3.12...v1.3.15