You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add a number of mixed reality (MR) components to your canvas app to support multiple 3D and mixed reality scenarios.
21
+
You can add a number of mixed reality (MR) components to your canvas app to support multiple 3D and MR scenarios.
22
22
23
23
Components are groups of controls that can answer the need for a specific scenario. For example, you can use these MR components to:
24
24
@@ -30,7 +30,7 @@ Components are groups of controls that can answer the need for a specific scenar
30
30
You can read more about components and how to build your own in [Power Apps component framework docs](/powerapps/developer/component-framework/custom-controls-overview).
31
31
32
32
33
-
The following prebuilt components can be used for mixed reality scenarios:
33
+
The following prebuilt components can be used for MR scenarios:
34
34
35
35
36
36
-[View in 3D](mixed-reality-component-view-3d.md)
@@ -40,15 +40,31 @@ The following prebuilt components can be used for mixed reality scenarios:
40
40
41
41
## Prerequisites
42
42
43
-
1.[Enable the mixed reality features for each app](#enable-the-mixed-reality-features-for-each-app).
44
-
2. You'll need a mixed reality-capable device. Any [ARCore capable device](https://developers.google.com/ar/discover/supported-devices) is supported, as are [certain Apple iOS devices](https://www.apple.com/augmented-reality/).
43
+
1.[You'll need an MR-capable device](#mixed-reality-capable-devices).
44
+
2.[Enable the MR features for each app](#enable-the-mixed-reality-features-for-each-app).
45
+
46
+
### Mixed-reality capable devices
47
+
48
+
To use the components in an app created with Power Apps, the device that runs the app (such as a phone or tablet) needs to have specific hardware and software. The device you use to create the app in the Power Apps studio (such as your PC) does not need to be MR-capable.
49
+
50
+
#### For Android devices
51
+
52
+
For Android devices, this means you'll need to have the ARCore services installed. ARCore is usually installed automatically as part of the default set of apps and services on your device if it supports MR. The services are referred to as Google Play Services for AR. If necessary, you can download [Google Play Services for AR from the Google Play Store](https://play.google.com/store/apps/details?id=com.google.ar.core).
53
+
54
+
For more details on ARCore and supported devices, see the [list of supported devices on the Google ARCore support site](https://developers.google.com/ar/discover/supported-devices#android_play).
55
+
56
+
For devices in China, the experience is a little different as you'll need to [download ARCore from specific, supported app stores in China](https://developers.google.com/ar/discover/supported-devices#android_china).
57
+
58
+
#### For iOS (Apple) devices
59
+
60
+
For iOS devices, MR is supported on specific hardware with ARKit. See the [list of iOS devices supported for MR at the bottom of the Apple augmented reality website](https://www.apple.com/augmented-reality/).
45
61
46
62
### Enable the mixed reality features for each app
47
63
48
-
For each app you create, you need to enable the mixed reality features:
64
+
For each app you create, you need to enable the MR features. This should be enabled by default, but if it isn't or you've turned it off, you can enable the features as follows:
49
65
50
66
51
-
1. Open the app for editing in Power Apps Studio at [https://preview.create.powerapps.com](https://preview.create.powerapps.com).
67
+
1. Open the app for editing in Power Apps Studio at [https://create.powerapps.com](https://preview.create.powerapps.com).
52
68
53
69
54
70
2. Select **File** from the top menu.
@@ -63,7 +79,7 @@ For each app you create, you need to enable the mixed reality features:
63
79
64
80

65
81
66
-
5. Open the **Insert** pane to see the mixed reality components under **Media** and **Mixed Reality**.
82
+
5. Open the **Insert** pane to see the MR components under **Media** and **Mixed Reality**.
67
83
68
84

0 commit comments