Jason Park
Results
2
comments of
Jason Park
I had met `maximum call stack error` and `'MultiDrag is not constructor' error` because of server side call of nextJS. I've solved this on `nextJS` like this. ```ts function mountMultiDragPlugin()...
I got the same issue, and I fixed the issue with this code I'm using socket.io ```ts const { unityProvider, sendMessage, isLoaded } = useUnityContext({ // ... }); const socketIoClientRef...