Search Issue Tracker
Fixed in 2017.1.X
Votes
0
Found in
5.6.0b10
Issue ID
887036
Regression
No
IL2CPP cannot marshal System.Uri in Windows Runtime scenarios.
When we use UWP's WebView class we get a marshalling exception.
System.Runtime.InteropServices.MarshalDirectiveException: Cannot marshal type 'System.Uri'.
at Windows.UI.Xaml.Controls.WebView.Navigate (System.Uri source) [0x00000] in <00000000000000000000000000000000>:0
at WSAUnity.Plugins.ShowWebView (System.Double x, System.Double y, System.Double width, System.Double height, System.String url, System.Action`1[T] callback) [0x00000] in <00000000000000000000000000000000>:0
at Webview.<Start>b__2_0 () [0x00000] in <00000000000000000000000000000000>:0
at UnityEngine.WSA.AppCallbackItem.Invoke () [0x00000] in <00000000000000000000000000000000>:0
Forum thread: https://forum.unity3d.com/threads/uwp-il2cpp-and-xaml-controls.457862/
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
Add comment