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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment