Skip to content

Commit f0a73a5

Browse files
author
WinterPu
committed
【Doc 421】 README Modification
1 parent 55df76e commit f0a73a5

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

Agora-Unreal-SDK-Blueprint-Example/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,11 @@ Double click to open *Contents/Info.plist* in XCode, then click **Information Pr
137137

138138
![privacy_plist](./DocImages/PrivacyPlist.gif)
139139

140+
Notice: For UE5, the method mentioned above may fail. Therefore, you should add permissions to the info.plist template. The path would be:
141+
```
142+
/Users/Shared/Epic Games/<YourUE5Ver>/Engine/Source/Runtime/Launch/Resources/Mac
143+
```
144+
140145
If you are editing with Xcode, you can just open the plist file with a text editor and paste the following XML snippet into it:
141146
```xml
142147
<key>NSCameraUsageDescription</key>

Agora-Unreal-SDK-CPP-Example/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,11 @@ Double click to open *Contents/Info.plist* in XCode, then click **Information Pr
191191

192192
![privacy_plist](./DocImages/PrivacyPlist.gif)
193193

194+
Notice: For UE5, it would be better to add permissions to info.plist template, the path would be:
195+
```
196+
/Users/Shared/Epic Games/<YourUE5Ver>/Engine/Source/Runtime/Launch/Resources/Mac
197+
```
198+
194199
If you are editing with Xcode, you can just open the plist file with a text editor and paste the following XML snippet into it:
195200
```xml
196201
<key>NSCameraUsageDescription</key>

0 commit comments

Comments
 (0)