Skip to content

Commit

Permalink
added to known limitations (#12071)
Browse files Browse the repository at this point in the history
  • Loading branch information
bitsandfoxes authored Dec 10, 2024
1 parent 116bd1c commit d238ec7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions docs/platforms/unity/troubleshooting/known-limitations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ sidebar_order: 9000
description: "Learn more about the Unity SDK's known limitations. "
---

## File System Access Permissions

![A popup requesting permissions to read from the `Downloads` folder](./img/unity-file-system-access-permissions.png)

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.

## Stack Traces

### Line Numbers Missing On Button Click Events
Expand Down

0 comments on commit d238ec7

Please sign in to comment.