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
Descriptions[PlayerSettings.WSACapability.Microphone]="Required for access to the HoloLens microphone. This includes behaviors like DictationRecognizer, GrammarRecognizer, and KeywordRecognizer. This capability is NOT required for the 'Select' keyword.\n\nRecommendation: Only enable if your application needs access to the microphone beyond the 'Select' keyword.The microphone is considered a privacy sensitive resource.";
Descriptions[PlayerSettings.WSACapability.SpatialPerception]="Required for access to the HoloLens world mapping capabilities.These include behaviors like SurfaceObserver, SpatialMappingManager and SpatialAnchor.\n\nRecommendation: Enabled, unless your application doesn't use spatial mapping or spatial collisions in any way.";
108
+
Descriptions[PlayerSettings.WSACapability.Microphone]="Required for access to the Microphone. This includes behaviors like DictationRecognizer, "+
109
+
"GrammarRecognizer, and KeywordRecognizer. This capability is NOT required for the 'Select' keyword.\n\n"+
110
+
"Recommendation: Only enable if your application needs access to the microphone beyond the 'Select' keyword. "+
111
+
"The microphone is considered a privacy sensitive resource.";
Descriptions[PlayerSettings.WSACapability.WebCam]="Required for access to the HoloLens RGB camera (also known as the locatable camera). This includes APIs like PhotoCapture and VideoCapture. This capability is NOT required for mixed reality streaming or for capturing photos or videos using the start menu.\n\nRecommendation: Only enable if your application needs to programmatically capture photos or videos from the RGB camera.The RGB camera is considered a privacy sensitive resource.";
114
+
Descriptions[PlayerSettings.WSACapability.WebCam]="Required for access to the RGB camera (also known as the locatable camera). This includes "+
115
+
"APIs like PhotoCapture and VideoCapture. This capability is NOT required for mixed reality streaming "+
116
+
"or for capturing photos or videos using the start menu.\n\n"+
117
+
"Recommendation: Only enable if your application needs to programmatically capture photos or videos "+
118
+
"from the RGB camera. The RGB camera is considered a privacy sensitive resource.\n\nNote: The webcam capability "+
119
+
"only grants access to the video stream. In order to grant access to the audio stream as well, the microphone "+
Descriptions[PlayerSettings.WSACapability.SpatialPerception]="Required for access to the HoloLens world mapping capabilities. These include behaviors like "+
124
+
"SurfaceObserver, SpatialMappingManager and SpatialAnchor.\n\n"+
125
+
"Recommendation: Enabled, unless your application doesn't use spatial mapping or spatial "+
Descriptions[PlayerSettings.WSACapability.InternetClient]="Required if your application needs to access the Internet.\n\nRecommendation: Leave unchecked unless your application uses online services.";
129
+
Descriptions[PlayerSettings.WSACapability.InternetClient]="The Internet Client capability indicates that apps can receive incoming data from the Internet. "+
130
+
"Cannot act as a server. No local network access.\n\n"+
131
+
"Recommendation: Leave unchecked unless your application uses online services.";
Descriptions[PlayerSettings.WSACapability.InternetClientServer]="Required if your application uses the Sharing Services.";
134
+
Descriptions[PlayerSettings.WSACapability.InternetClientServer]="The Internet Client Server capability indicates that apps can receive incoming data from the "+
135
+
"Internet. Can act as a server. No local network access.\n\nNote: Apps that enable peer-to-peer "+
136
+
"(P2P) scenarios where the app needs to listen for incoming network connections should use "+
137
+
"Internet Client Server. The Internet Client Server capability includes the access that the "+
138
+
"Internet Client capability provides, so you don't need to specify Internet Client when you specify "+
Descriptions[PlayerSettings.WSACapability.PrivateNetworkClientServer]="Required if your application uses the Sharing Services.";
142
+
Descriptions[PlayerSettings.WSACapability.PrivateNetworkClientServer]="The Private Network Client Server capability provides inbound and outbound access to home and "+
143
+
"work networks through the firewall. This capability is typically used for games that "+
144
+
"communicate across the local area network (LAN), and for apps that share data across a variety "+
145
+
"of local devices.\n\nNote: On Windows, this capability does not provide access to the Internet.";
0 commit comments