unity-webxr-export icon indicating copy to clipboard operation
unity-webxr-export copied to clipboard

2023.3 Unity Version has depreciated functions used in this plugin

Open BlazedAhmad opened this issue 1 year ago • 1 comments
trafficstars

The plugin uses some functions like dynCall which is depreciated in the 2023.2.20f1 version of Unity. See: https://docs.unity3d.com/2023.2/Documentation/Manual/web-interacting-browser-deprecated.html#dyncall

Hence the code needs to be modified otherwise it gives an error saying that the function Module.dynCall_vii does not exist.

BlazedAhmad avatar Jun 26 '24 15:06 BlazedAhmad