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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment