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
- Selector gets stuck in UI if scroll is used while dragging
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
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.