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
- Unity Perforce Integration: VCS Connection Active State Fails via CLI with Valid Inputs
- Joint Gizmos for anchor and connectedAnchor do not respect their defined bodies when Swap Bodies is enabled
- Project Settings window opens up with a blank details pane when the "Configure" button is clicked in the Package Manager after installing the Cloud Diagnostics package
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
Add comment