v3.4.2
Greatly improved face tracking performance (up to 100%).
The
numberOfFaces
parameters is now removed when initializing DeepAR as we can determine the number of faces required in the runtime.
v3.4.1
Fix for switch effect with path and face parameter not working.
v3.3.0
Fix crash on shutdown.
New particle system feature.
v3.2.0
Improved touch handling. Visit docs or face paint article for more info.
v3.1.3
No changes on Web SDK
v3.1.2
Web recording: check out our GitHub quickstart example and our new docs for startVideoRecording() and finishVideoRecording(callback) methods
v3.1.1
Bugfix in
processImage(image)
where the image didn't display properly when loading some image formats and changing resolutions.Fixed scripting subsystem resource leaks
General refactoring and bugfixes
v3.1.0
Want to have more control over physics components in runtime? You can now enable/disable entire physics with
enablePhysics
method or show/hide physics collidersshowColliders
method. Also, you can change any physics component parameter through our ChangeParameter API, see documentationGeneral refactoring and bugfixes
v3.0.0
News features: physics and scripting (check out our guides here)
Core Engine optimisations and refactor
v2.4
Improved background segmentation
v2.2.1
Web background segmentation added
moveGameObject
API method added (check API docs for more detail)exposed
fireTrigger
API method to trigger custom animation state triggersFixed
setVideoElement
call where the main processing loop was not started after the callStability and bugfixes
v2.2.0
Major upgrade.
Added ability to process a single image in addition to the camera stream
Added ability to change bool and texture parameters to
changeParameter
APIBugfixes and stability issues
v2.0.0
Major upgrade
New segmentation model
Tracking improvements
Bugfixes and optimizations
v1.4.6 - 28/02/2020
Fixed issue with numberOfFaces less than 4
v1.4.5 - 09/10/2019
Get face data for each face
Enable multi face tracking during the initialization
v1.4.4 - 04/10/2019
Change transform API
v1.3.2 - 31/01/2019
External camera
v1.3.1 - 08/01/2019
Multi face tracking
setCanvasSize function to reset the viewport size
v1.3 - 02/01/2019
Added onFaceTracked
v1.2.5 - 05/11/2018
Added audio playback
v1.2.4 - 18/10/2018
Improved API and documentation
Transition to Web Assembly