- movement-controls Added support for setting rig rotation. Fixed bug with
speed
implementation. - nav Improved nav-mesh load handling, renamed
nav-start
andnav-end
events tonavigation-start
andnavigation-end
. - animation-mixer Allows property updates while playing, added
timeScale
property. - touch-controls Support two-finger touch to move backwards.
- fbx-model Updated to FBXLoader r96.
- movement-controls — Replace acceleration/easing with
speed
property.
- Added CHANGELOG.md
- Removed
universal-controls
, replacing withmovement-controls
. In contrast to previous releases,movement-controls
is intended to be used with the defaultlook-controls
component. It adds several locomotion methods, and can be extended to include more, replacingwasd-controls
. See documentation. - Added navmesh support to
movement-controls
. - Removed physics. Instead, include it separately via aframe-physics-system.