unity-game-enginehololensazure-spatial-anchors

Always getting SpatialAnchorManager improperly configured


Hi i followed de docs multiple times, but i always recieve the same error in the debug window inside the app.

SpatialAnchorManager improperly configured. Any advice or help? i've set account id, key domain everything. Folled step by step the docs, any thought

Also when the build is finished i get this errors.

errors after build


Solution

  • Maybe the error is that you have to add these two components to the MixedRealityToolkit:

    ARSessionOrigin (Script)
    ARAnchorManager (Script)
    

    Credits to this video tutorial (minute 19:15).

    Haven't found any info about this in the documentation but it seems to work.