Skip to content

v0.190.0

Compare
Choose a tag to compare
@Maksims Maksims released this 20 Jul 16:32
· 5946 commits to main since this release
  • [ADD] cullingMask to the Camera (by @aidinabedi)
  • [ADD] zoneComponent - barebone component that allows to define world space area as oriented box
  • [ADD] propagate sound instance events to the sound slot and the sound component
  • [IMPROVEMENT] reduced memory allocations of sound system
  • [IMPROVEMENT] material properties such as alpha or face cull is now respected during lightmap baking
  • [CHANGE] do not pass the sound instance as an argument to sound instance events
  • [CHANGE] "extra scripts" now converted to scripts 2.0
  • [FIX] screen was not clearing if there were zero draw calls
  • [FIX] shadows were not updating when shadowUpdateMode was thisframe and light was initially culled
  • [FIX] scripts 2.0 attributes were not copied on clone
  • [FIX] alpha sort now respects layers
  • [FIX] animation component were not clearing up properly event handlers on assets when component were removed