v1.4.12
- Fix UIElement
onPointerDrag
only triggered once by @cptbtptpbcptdtptp in https://github.com/galacean/engine/pull/2577
Full Changelog: https://github.com/galacean/engine/compare/v1.4.10...v1.4.12
v1.4.10
- Particle start size support curve mode by @GuoLei1990 in https://github.com/galacean/engine/pull/2568
- Opt glTF texture parse comments by @GuoLei1990 in https://github.com/galacean/engine/pull/2569
- Fix Entity name default value when not set by @GuoLei1990 in https://github.com/galacean/engine/pull/2570
- Fix material clone name by @GuoLei1990 in https://github.com/galacean/engine/pull/2576
Full Changelog: https://github.com/galacean/engine/compare/v1.4.9...v1.4.10
v1.4.9
- feat: add github action to generate typedoc json automatically by @MrKou47 in https://github.com/galacean/engine/pull/2555
- Fix scene/camera shaderData in blitter by @zhuxudong in https://github.com/galacean/engine/pull/2558
- Fix depth pass shader error with has skinned mesh by @zhuxudong in https://github.com/galacean/engine/pull/2561
Full Changelog: https://github.com/galacean/engine/compare/v1.4.8...v1.4.9
v1.3.26
- Fix the
mask
buffer is not updated in time by @cptbtptpbcptdtptp in https://github.com/galacean/engine/pull/2559
Full Changelog: https://github.com/galacean/engine/compare/v1.3.25...v1.3.26
v1.4.8
- refractionTransmitted need linear space by @hhhhkrx in https://github.com/galacean/engine/pull/2545
- Fixed the problem of modifying
component.enable
when dispatching UI events, resulting in error reporting by @cptbtptpbcptdtptp in https://github.com/galacean/engine/pull/2549
Full Changelog: https://github.com/galacean/engine/compare/v1.4.7...v1.4.8
v1.4.7
- Particle Support rotation flip Y by @GuoLei1990 in https://github.com/galacean/engine/pull/2542
- Fix the error in
text.bounds
when there is no root canvas by @cptbtptpbcptdtptp in https://github.com/galacean/engine/pull/2543
Full Changelog: https://github.com/galacean/engine/compare/v1.4.6...v1.4.7
v1.4.6
- Fix useGravity not effect when cloned by @luzhuang in https://github.com/galacean/engine/pull/2538
- Fix entity find path by @GuoLei1990 in https://github.com/galacean/engine/pull/2541
Full Changelog: https://github.com/galacean/engine/compare/v1.4.5...v1.4.6
v1.4.5
- Add hasExitTime and fix error when set state startTime and transition duration is 0 by @luzhuang in https://github.com/galacean/engine/pull/2359
- Support trigger type
AnimatorControllerParameter
by @luzhuang in https://github.com/galacean/engine/pull/2374 - AnimatorStateTransition support fixedDuration by @luzhuang in https://github.com/galacean/engine/pull/2377
- Improve
ShaderLab
's compatiblity with theRenderState
ofMaterial
by @Sway007 in https://github.com/galacean/engine/pull/2378 - Add
shadowNearPlaneOffset
property inDirectLight
by @GuoLei1990 in https://github.com/galacean/engine/pull/2386 - Improve
ShaderLab
compilation error log and package build by @Sway007 in https://github.com/galacean/engine/pull/2364 - ShaderLab ignore
Editor
module by @Sway007 in https://github.com/galacean/engine/pull/2395 - PBR shader support Iridescence by @hhhhkrx in https://github.com/galacean/engine/pull/2425
- Opt physics experience and opt physics unit test by @luzhuang in https://github.com/galacean/engine/pull/2420
- Support background audio by @GuoLei1990 in https://github.com/galacean/engine/pull/2449
- Entity support add other
Transform
by @cptbtptpbcptdtptp in https://github.com/galacean/engine/pull/2456 - PBR support sheen by @hhhhkrx in https://github.com/galacean/engine/pull/2448
- Support get contact points and get closest point on shape from a point by @luzhuang in https://github.com/galacean/engine/pull/2458
- Open post process pipeline and support local mode by @zhuxudong in https://github.com/galacean/engine/pull/2401
- ShaderLab support MRT by @Sway007 in https://github.com/galacean/engine/pull/2452
- Add physicsMaterial loader and joint component parser and change radians to degrees in physics by @luzhuang in https://github.com/galacean/engine/pull/2475
- pbr support transmission by @hhhhkrx in https://github.com/galacean/engine/pull/2478
- shaderlab pbr support refraction by @hhhhkrx in https://github.com/galacean/engine/pull/2470
- PhysicsMaterial support destroy by @luzhuang in https://github.com/galacean/engine/pull/2481
- Add wasm upload in git action by @singlecoder in https://github.com/galacean/engine/pull/2491
- built-in prefiltered lut by @zhuxudong in https://github.com/galacean/engine/pull/2463
- Fix ShaderLab variable list declaration & CRLF break & macro
#if
bug by @Sway007 in https://github.com/galacean/engine/pull/2465 - Fix generic type deduce bug of ShaderLab compiler in verbose mode by @Sway007 in https://github.com/galacean/engine/pull/2477
- Fix the error when adapting the adaptation editor by @cptbtptpbcptdtptp in https://github.com/galacean/engine/pull/2524
- Remove strict type checking by @Sway007 in https://github.com/galacean/engine/pull/2525
Full Changelog: https://github.com/galacean/engine/compare/v1.3.25...v1.4.5
v1.4.4
- Remove strict type checking by @Sway007 in https://github.com/galacean/engine/pull/2525
Full Changelog: https://github.com/galacean/engine/compare/v1.4.3...v1.4.4
v1.4.3
- Add hasExitTime and fix error when set state startTime and transition duration is 0 by @luzhuang in https://github.com/galacean/engine/pull/2359
- Support trigger type
AnimatorControllerParameter
by @luzhuang in https://github.com/galacean/engine/pull/2374 - AnimatorStateTransition support fixedDuration by @luzhuang in https://github.com/galacean/engine/pull/2377
- Improve
ShaderLab
's compatiblity with theRenderState
ofMaterial
by @Sway007 in https://github.com/galacean/engine/pull/2378 - Add
shadowNearPlaneOffset
property inDirectLight
by @GuoLei1990 in https://github.com/galacean/engine/pull/2386 - Improve
ShaderLab
compilation error log and package build by @Sway007 in https://github.com/galacean/engine/pull/2364 - ShaderLab ignore
Editor
module by @Sway007 in https://github.com/galacean/engine/pull/2395 - PBR shader support Iridescence by @hhhhkrx in https://github.com/galacean/engine/pull/2425
- Opt physics experience and opt physics unit test by @luzhuang in https://github.com/galacean/engine/pull/2420
- Support background audio by @GuoLei1990 in https://github.com/galacean/engine/pull/2449
- Entity support add other
Transform
by @cptbtptpbcptdtptp in https://github.com/galacean/engine/pull/2456 - PBR support sheen by @hhhhkrx in https://github.com/galacean/engine/pull/2448
- Support get contact points and get closest point on shape from a point by @luzhuang in https://github.com/galacean/engine/pull/2458
- Open post process pipeline and support local mode by @zhuxudong in https://github.com/galacean/engine/pull/2401
- ShaderLab support MRT by @Sway007 in https://github.com/galacean/engine/pull/2452
- Add physicsMaterial loader and joint component parser and change radians to degrees in physics by @luzhuang in https://github.com/galacean/engine/pull/2475
- pbr support transmission by @hhhhkrx in https://github.com/galacean/engine/pull/2478
- shaderlab pbr support refraction by @hhhhkrx in https://github.com/galacean/engine/pull/2470
- PhysicsMaterial support destroy by @luzhuang in https://github.com/galacean/engine/pull/2481
- Add wasm upload in git action by @singlecoder in https://github.com/galacean/engine/pull/2491
- built-in prefiltered lut by @zhuxudong in https://github.com/galacean/engine/pull/2463
- Fix ShaderLab variable list declaration & CRLF break & macro
#if
bug by @Sway007 in https://github.com/galacean/engine/pull/2465 - Fix generic type deduce bug of ShaderLab compiler in verbose mode by @Sway007 in https://github.com/galacean/engine/pull/2477
- Fix the error when adapting the adaptation editor by @cptbtptpbcptdtptp in https://github.com/galacean/engine/pull/2524
Full Changelog: https://github.com/galacean/engine/compare/v1.3.25...v1.4.3