Search Issue Tracker
Fixed in 4.6.8
Votes
0
Found in
4.6.5f1
Issue ID
695319
Regression
Yes
[IL2CPP] ReadOnlyCollection<T> doesn't work on ARM64
To reproduce:
1. Build the project attached to the comment for AMR64 (with development on). (GenericsTest.zip (8 MB) and NOT Generics.zip (128 KB) )
2. Click bottom button, it prints the correct value of ItemManager.GetManager().Definitions.Count (150) in console.
3. Click top button either an incorrect value is printed out, or the app crashes when trying to access retrievedDefintiions.Count of the ReadOnlyCollection.
Regression from 4.6.4p1, not reproducible on ARMv7 builds.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Shader Graph Material is left in broken state when switching from a .git branch with no HDRP to a branch that contains HDRP
- Crash on buffer_add_value_full when hovering over SerializedProperty.boxedValue in Debug Mode after ISerializationCallbackReceiver.OnAfterDeserialize modifies value
- Editor is not capitalised consistently in Preferences window
- [Linux] “Restore Defaults” warning window appears behind Profiler Modules dropdown
- [iOS] Time.deltaTime is switching between 9.998583E-06 and approximately 0.01 seconds
Add comment