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
- "GUI Error: Invalid GUILayout" and "NullReferenceException" are thrown when adding Scenes to "Scenes in Baking Set" in Adaptive Probe Volumes
- Inspector window not updating when switching GameObjects in Play Mode while having a VR headset connected
- “UnityException: GetInvalidFilenameChars” errors are thrown, and the Overlay Save Preset button becomes unusable when entering Play Mode with a shortcut while Overlay Save Preset window is opened
- "UnityException: GetName can only be called from the main thread." erors are thrown when the Shortcuts window is opened and entering Play Mode with a shortcut
- [Android] Light2D visuals stacking over frames when using RenderGraph
Add comment