Skip to content

Commit bf1c56c

Browse files
authored
Merge pull request #105683 from mattwojo/master
Remove unnecessary landing page
2 parents 8de6c1c + a21751b commit bf1c56c

File tree

7 files changed

+56
-37
lines changed

7 files changed

+56
-37
lines changed

articles/spatial-anchors/concepts/authentication.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,13 @@ To help control the level of access granted to applications, services or Azure A
259259
Create your first app with Azure Spatial Anchors.
260260

261261
> [!div class="nextstepaction"]
262-
> [Unity](../unity-overview.yml)
262+
> [Unity (HoloLens)](../quickstarts/get-started-unity-hololens.md)
263+
264+
> [!div class="nextstepaction"]
265+
> [Unity (iOS)](../quickstarts/get-started-unity-ios.md)
266+
267+
> [!div class="nextstepaction"]
268+
> [Unity (Android)](../quickstarts/get-started-unity-android.md)
263269
264270
> [!div class="nextstepaction"]
265271
> [iOS](../quickstarts/get-started-ios.md)
@@ -269,3 +275,9 @@ Create your first app with Azure Spatial Anchors.
269275
270276
> [!div class="nextstepaction"]
271277
> [HoloLens](../quickstarts/get-started-hololens.md)
278+
279+
> [!div class="nextstepaction"]
280+
> [Xamarin (Android)](../quickstarts/get-started-xamarin-android.md)
281+
282+
> [!div class="nextstepaction"]
283+
> [Xamarin (iOS)](../quickstarts/get-started-xamarin-ios.md)
11.5 KB
Loading
12.7 KB
Loading

articles/spatial-anchors/overview.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,13 @@ sections provide information about getting started with building apps using Azur
3939
Create your first app with Spatial Anchors.
4040

4141
> [!div class="nextstepaction"]
42-
> [Unity](unity-overview.yml)
42+
> [Unity (HoloLens)](quickstarts/get-started-unity-hololens.md)
43+
44+
> [!div class="nextstepaction"]
45+
> [Unity (iOS)](quickstarts/get-started-unity-ios.md)
46+
47+
> [!div class="nextstepaction"]
48+
> [Unity (Android)](quickstarts/get-started-unity-android.md)
4349
4450
> [!div class="nextstepaction"]
4551
> [iOS](quickstarts/get-started-ios.md)
@@ -49,3 +55,9 @@ Create your first app with Spatial Anchors.
4955
5056
> [!div class="nextstepaction"]
5157
> [HoloLens](quickstarts/get-started-hololens.md)
58+
59+
> [!div class="nextstepaction"]
60+
> [Xamarin (Android)](quickstarts/get-started-xamarin-android.md)
61+
62+
> [!div class="nextstepaction"]
63+
> [Xamarin (iOS)](quickstarts/get-started-xamarin-ios.md)

articles/spatial-anchors/toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
expanded: true
99
items:
1010
- name: Create Unity app
11-
href: unity-overview.yml
1211
expanded: true
1312
items:
13+
- name: Unity overview
14+
href: unity-overview.md
1415
- name: HoloLens
1516
href: quickstarts/get-started-unity-hololens.md
1617
- name: Android
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
title: Azure Spatial Anchors Unity overview
3+
description: Learn how Azure Spatial Anchors can be used within Unity Apps.
4+
author: rgarcia
5+
ms.author: rgarcia
6+
manager: vriveras
7+
services: azure-spatial-anchors
8+
ms.service: azure-spatial-anchors
9+
ms.date: 02/26/2020
10+
ms.topic: conceptual
11+
---
12+
13+
# Building in Unity with Azure Spatial Anchors
14+
15+
Developers can choose Unity for creating and deploying mixed reality applications that use Azure Spatial Anchors.
16+
The following platforms are supported:
17+
18+
**Unity for HoloLens**
19+
20+
[Quickstart: Create a Unity HoloLens app that uses Azure Spatial Anchors](/quickstarts/get-started-unity-hololens.md)
21+
22+
**Unity for Android**
23+
24+
[Quickstart: Create a Unity Android app that uses Azure Spatial Anchors](/quickstarts/get-started-unity-android.md)
25+
26+
**Unity for iOS**
27+
28+
[Quickstart: Create a Unity iOS app that uses Azure Spatial Anchors](/quickstarts/get-started-unity-ios.md)

articles/spatial-anchors/unity-overview.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

0 commit comments

Comments
 (0)