Skip to content

Commit d238ec7

Browse files
authored
added to known limitations (#12071)
1 parent 116bd1c commit d238ec7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed
49.4 KB
Loading

docs/platforms/unity/troubleshooting/known-limitations.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ sidebar_order: 9000
44
description: "Learn more about the Unity SDK's known limitations. "
55
---
66

7+
## File System Access Permissions
8+
9+
![A popup requesting permissions to read from the `Downloads` folder](./img/unity-file-system-access-permissions.png)
10+
11+
Starting with macOS Mojave (10.14), directories like `Desktop`, `Documents`, and `Downloads` are considered privacy-sensitive locations and are protected by the operating system's security sandbox. When running a Unity application from one of these locations, users might encounter a popup requesting access. This occurs because the default .NET `HttpMessageHandler` attempts to resolve domain names, which requires filesystem access. Note, that disallowing access to these locations does not affect the SDK from reporting errors.
12+
713
## Stack Traces
814

915
### Line Numbers Missing On Button Click Events

0 commit comments

Comments
 (0)