@needle-tools/engine 3.7.3-alpha.2 → 3.7.5-alpha

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -4,6 +4,15 @@ All notable changes to this package will be documented in this file.
4
4
  The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
5
5
  and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [3.7.5-alpha] - 2023-07-06
8
+ - Add: SignalEvents support for arguments
9
+ - Fix: SpatialTrigger Unity events removing extra (unexpected) event arguments
10
+ - Fix: safeguard `AudioSource.play` to not fail when `clip` argument is not a string
11
+ - Change: change Timeline signal event trigger time to use last frame deltatime with padding to estimate if the event should fire
12
+
13
+ ## [3.7.4-alpha] - 2023-07-05
14
+ - Change: targetFps, use timestamp that we get from the animation callback event because it is more reliable on Firefox
15
+
7
16
  ## [3.7.3-alpha] - 2023-06-26
8
17
  - Add: physics gravity to `IPhysicsEngine` interface to be available via `this.context.physics.engine.gravity`
9
18
  - Fix: USDZ text alignment