Search Issue Tracker
Fixed
Votes
2
Found in
5.2.3f1
Issue ID
746329
Regression
Yes
[iOS] IL2CP Build generates global-metadata.dat twice
To Reproduce:
1. Build the attached any (or the attached) project to iOS.
2. Archive and Export an .ipa in Xcode.
3. Unzip the archive and observe that the 'global-metadata.dat' file is included both in
'Data/Managed/Metadata' and in root (both files seem to be identical).
Comments (2)
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
- [Linux] Cannot reorder GameObjects in the Hierarchy when the AI Assistant package is installed
- [iOS] Text Input field stops receiving changes when the "Cancel" button is used on the soft keyboard
- [WebGPU] URP RenderGraph RenderPass doesn't clear textures
- Query Builder items display raw code style names instead of human readable labels in search field
- “+” button does nothing and has no functionality when clicked in Human Template "Bone Template" list
nomo
Nov 23, 2015 23:16
In addition to verifying this issue in my game I have also noticed that the duplicated global-metadata.dat file is 8.2MB when built against 5.2.3f1. I don't have a good frame of reference having never reviewed this file's size before, but in the previous live version of my game (that was built against Unity 4.6.8) the file is only 168KB which struck me as a notable size increase.