4.0.0

EasyAR Sense Unity Plugin is a very thin wrapper build above EasyAR Sense C# API to expose EasyAR Sense features into Unity. See EasyAR Sense 4.0.0 release note.

EasyAR has a big family now, starting from version 4, the previously known EasyAR SDK will be named EasyAR Sense, providing sensing abilities of the real world. All 3.0 features are available in this version.

EasyAR Sense is a standalone SDK, it provides flexible dataflow-oriented component-based API and do not depend on any non-system libraries or tools like Unity3D.

As for the Unity support, EasyAR Sense Unity Plugin, is a very thin wrapper to expose EasyAR Sense features into Unity. All code of EasyAR Sense Unity Plugin is open sourced with well-designed interface. You can use the plugin directly to create AR experience within short time. You can also reference the source code to create more custom usages of EasyAR Sense or even a Unity Plugin of your own.

EasyAR Sense Unity Plugin has gained great improvements, highlights are,

  1. Consistent design evolution

    All features and best parts from Unity Plugin for EasyAR Sense 1/2/3 are kept in this version. The plugin now use as much Unity features as possible, like start/stop in OnEnable/OnDisable, most EasyAR Sense features can work without writing scripts. All new features of EasyAR Sense 4.0 are supported and bugs are fixed.

  2. Editor experience improvements

    Gizmos are used to show image targets in editor to replace auto generated mesh in old versions with better experience. Critical errors like license key validation failures are shown on screen with a popup to help debug. Image target data generation is also provided as a Unity tools window instead of just APIs.

  3. More samples and cover more detailed APIs

    All new features and combination of different algorithms are demonstrated. Eyewear support has samples, with pre-calibrated parameters of ShadowCreator Action One and EPSON BT-350. Answers to many how to use questions from community are available in these samples. Thank you for your feedbacks!

EasyAR Sense 4.0 provides you with three subscription modes: Personal Edition (Free), Professional Edition (Monthly Payment) and Enterprise Edition (Customized).

Details on features, pricing and payment methods can be found on the Product page and Price page.

Detailed changes are as bellow,

EasyAR Sense Unity Plugin

++ support all new features of EasyAR Sense 4.0.0: Sparse Spatial Map, Dense Spatial Map and Motion Tracking
++ restore Sense 2.3-like interface design and behaviors with tons of improvements
+ add popup message for critical fails (can be turned off from EasyARController)
+ Components: most components can use Unity Component’s enabled to control start/stop
+ Component ARSenssion: entrance for AR, control center mode, with ability to support external devices like custom cameras and eyewears
+ Component ARAssembly: demonstrate the assembly process of component-based API of EasyAR Sense, support all EasyAR Sense components
+ Component ImageTargetController: refined to hold different types of input, support images and .etd files from local filesystem or web URL
+ Component CameraImageRenderer: camera image rendering can be disabled by disabling this component
+ Component VIOCameraDeviceUnion: motion tracker with auto switch when ARKit/ARCore or EasyAR Motion Tracker available on device
+ Scene: add target gizmo to show target details in Unity Editor
+ Asset: add global service settings entry and gizmo control
+ Window: add window to generate image target data (.etd file)
+ Window: add menu entry to jump to license key and other global settings
* fix one frame lag in target tracking
* fix blocking target load, reduce loading time
* fix target size
* many other improvements and bug fixes

EasyAR Sense Unity Plugin Samples

++ add a lot of samples to demonstrate features and interface usages
++ add back all missing samples from Sense 2.3
++ add samples to demonstrate new features including Sparse Spatial Map, Dense Spatial Map and Motion Tracking and how can they be used together with other components like image tracking
+ add a sample launcher to load all samples
+ add onscreen info for component status in all samples
+ add sample to demonstrate eyewear support
+ add sample to demonstrate how to make surface tracking work together with image tracking
+ add sample to demonstrate how to get camera image texture and how to control camera display
+ add sample to demonstrate how to change the video aspect ratio (Unity VideoPlayer feature) to fit image target
+ add sample to demonstrate extended tracking start from image
+ cloud recognition sample now use local cache and stop request when tracking to demonstrate a more real case
+ coloring3D sample is optimized and bugs have been fixed