Search Issue Tracker
By Design
Votes
0
Found in
2018.4
2019.4
2019.4.8f1
2020.3
2021.1
2021.2
Issue ID
1310169
Regression
No
[tvOS] Domain=_NSBundleResourceRequestErrorDomain errors are thrown when calling UnityEngnine.Social.ShowAchievementsUI()
Reproduction steps:
1. Open attached project "Case_1310169"
2. Build and deploy the Project with the Scene "SampleScene" to a device
3. Observe the Xcode Console
Expected result: No errors are thrown in the Console
Actual result: Domain=_NSBundleResourceRequestErrorDomain errors are thrown in the Console
Reproducible with: 2018.4.34f1, 2019.4.24f1, 2020.3.5f1, 2021.1.4f1, 2021.2.0a14
Tested with:
Apple TV 4K (tvOS 14.3)
Notes:
- Issue does not reproduce on iOS
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
- 2D Light Textures show the lights of any 'blend style' index higher than theirs (if present) when they aren't visible by the Camera using Render Graph
- [SpeedTree] Wireframe mode not rendering correctly ST assets
- Light2D affecting only the Default Sorting Layer will also affect any Custom Lit Sprite not on that Layer when using Render Graph
- Decals do not get projected onto a GameObject draw with the Render Objects Renderer Feature when according to Event it should be projected
- The Depth value is not being written correctly in the Scene view when the Full Screen Pass Renderer Feature is applied on a GameObject with the Render Object Feature
Resolution Note (2022.1.X):
tvOS apps using Game Center functionality requires game logo for use in Game Center's dashboard to be added inside Xcode project's image assets:
1. Open tvOS xcode project
2. In project navigator select Image.xcassets
3. Rightclick left pane in newly opened view
4. From menu select 'tvOS > New Game Center Dashboard Image'
5. Add required assets
Steps above should result in no error being thrown.