Release History

28 Jun 2021 Version 2 Upgrade (With dinosaur animation and underwater portal iOS: Version 2.6 Android Version 2.7 Build 10 LKCNHM AR Version 2 Beta 2 Feb 2021 Minor bug…

Setup conditional debugging system in Unity3d

What i wish to achieve Allowing to disable selected types of debug in different levels Such as DEBUG_LEVEL_LOG DEBUG_LEVEL_WARN DEBUG_LEVEL_ERROR Setup different types of the debug messages Debug.log Debug.error Debug.warning…

Setting up Azure Spatial Anchor using Unity Package

Place the following code the manifest.json { "scopedRegistries": [ { "name": "Azure Mixed Reality Services", "url": "https://api.bintray.com/npm/microsoft/AzureMixedReality-NPM", "scopes": [ "com.microsoft.azure.spatial-anchors-sdk" ] } ], "dependencies": { "com.microsoft.azure.spatial-anchors-sdk.windows": "2.5.0", "com.microsoft.azure.spatial-anchors-sdk.android": "2.5.0", "com.microsoft.azure.spatial-anchors-sdk.ios":…