Search Issue Tracker
Fixed
Fixed in 2022.3.66f1, 6000.0.56f1, 6000.2.1f1, 6000.3.0a5
Votes
7
Found in
2022.3.63f1
6000.0.50f1
6000.1.6f1
6000.2.0b4
6000.3.0a1
7000.0.0a35
Issue ID
UUM-108681
Regression
No
[macOS] network permission shows the name of previously closed app when different app requests network access
How to reproduce:
1. Open the “IN-103579_2159892_PermissionTwoAppsMacOS” folder
2. Open the “PrmSampleTestA” project
3. In Build profiles select “Build”
4. Open the “PrmSampleTestB” project
5. In Build profiles select “Build”
6. Open the “PrmSampleTestA” build
7. Close the “PrmSampleTestA” build
8. Open the “PrmSampleTestB” build
9. Click the “Button”
10. Observe the application name that is requesting permissions
Expected result: Permission message is for the current app: “PrmSampleTestB wants LAN support for on set usage”
Actual result: Permission message is for the closed app: “PrmSampleTestA wants LAN support for on set usage”
Reproducible with: 2022.1.0a1, 2022.3.63f1, 6000.0.50f1, 6000.1.6f1, 6000.2.0b4
Reproducible on: macOS 15.5.0 (M1 Max)
Not reproducible on: no other environments tested
Note: In this project, Info.plist file is modified, which is unique to macOS applications
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- A memory leak occurs with massive terrain when camera position changes occur.
- No valid hits are returned when using RaycastCommand
- Camera is not overlooking the main Scene in Scene View in the HDRP Sample Template
- TextShadow properties are not applied when displayed in a custom MenuItem Window
- Memory leak occurs when focused on Player while using Direct3D12
Resolution Note (fix version 6000.3.0a5):
Fixed