Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace deprecated browser interaction code : Change dynCall to makeD… #39

Merged
merged 1 commit into from
Dec 24, 2024

Conversation

Shimrockx
Copy link

From unity documentation : https://docs.unity3d.com/6000.0/Documentation/Manual/web-interacting-browser-deprecated.html
"Some code involved with web browser script interactions is deprecated and has been replaced with alternative code.

If your code contains any of the deprecated code, you need to update the code with the replacement code to prevent unexpected behavior or broken code."

Using Unity 6 with Target WebAssembly 2023, Module.dynCall throw not defined errors.
This changes resolve the issue.

@psygames psygames merged commit 5f7a599 into psygames:master Dec 24, 2024
@psygames
Copy link
Owner

Thanks my friend.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants