I have been following the instructions regarding Scene layers from https://developers.arcgis.com/unity/layers/#scene-layers and trying to add buildings to a basic map created by following https://developers.arcgis.com/unity/maps/tutorials/display-a-map-ui/
I am able to see the base map layer and generally have things working. However I am unable to add the Scene layer from the Living Atlas here:
https://www.arcgis.com/home/item.html?id=ca0470dbbddb4db28bad74ed39949e25
by using the URL:
https://basemaps3d.arcgis.com/arcgis/rest/services/OpenStreetMap3D_Buildings_v1/SceneServer
Having added the ArcGISViewStateLoggingComponent to my map I am able to see the following error when loading my Buildings layer:
ArcGISLayerViewState Buildings changed to : Error (IO error.)
Additional info: Error processing service metadata response.
Unable to read Scene Layer metadata.
As far as I can tell it should work, according to https://developers.arcgis.com/unity/layers/#data-layers anything with a serviceVersion or 1.7 and above should work and this layer is 2.0.
Am I missing something here?
Perhaps there is an alternative way to get buildings working outside of the examples of New York and San Francisco but from what I can see the above should be the supported way to do that.