Search Issue Tracker
Fixed in 5.2.4
Votes
1
Found in
5.2.2f1
Issue ID
745932
Regression
No
[WP8] Missing and broken API after updating to Unity 5.2.2f1
When updating our project from Unity 4.6.8f1 to 5.2.2f1, we are experiencing missing and broken API on platform Windows Phone 8. It appears that classes that we have been relying upon has had their implementation changed. We have evidence that the same issues arise when updating from 5.0.1f1 to 5.2.2f1. The project are always able to build, and errors will not appear until the application has been deployed and the relevant methods are called. The problematic methods are as follows:
System.IO.FileInfo | OpenRead() : FileStream | Exception: MethodNotFound
System.IO.DirectoryInfo | GetFiles() : FileInto[] | Exeption: MethodNotFound
System.IO.BinaryReader | ReadInt32() : int | End of stream error
System.IO.BinaryReader | ReadInt64() : long | End of stream error
System.IO.BinaryReader | ReadString() : string | End of stream error
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Unable to undo or redo color swatch changes when creating or deleting color swatches
- [Linux][Vulkan] Silent crash when tooltip appears while hovering over a label
- Material Properties are not preserved when overriding Shader using Render Objects
- Scene view flickers when both Scene and Game view are active and DX11 API is used with Gamma Color Space
- ZivaRT Player and ML Agents packages Deprecated label color differs from other Deprecated packages
Add comment