Search Issue Tracker
Fixed
Votes
0
Found in
5.3.3p1
Issue ID
776489
Regression
No
[iOS] xCode crashes when "Resources tags" tab is opened
To reproduce:
1. Open attached project
2. Switch build platform to iOS
3. In the Player settings enable "Use on demand resources"
4. Build project for iOS
5. Launch Xcode project
6. Go to tab "Resource Tags"
Actual behavior: Xcode crashes
Bug is coming from Apple.
Workaround:
Replace / in path with >
Instead of AddOnDemandResourceTags("variants/myassets") use AddOnDemandResourceTags("variants>myassets")
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- ObjectPool's pool is destroyed when entering Play Mode without reloading Domain
- [Android] Permission window is not shown when using a Build App Bundle (Google Play) with Minify set to Release
- NullReferenceException errors appear in the Console and Inspector window turns black when dragging .cs and .uxml files to another directory
- Crash when reimporting fbx asset used as tree by specific Terrain component
- The position of the "X" in the search section is not consistent with other search boxes in the engine
Add comment