unity-webxr-export
unity-webxr-export copied to clipboard
2023.3 Unity Version has depreciated functions used in this plugin
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.