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

Fixed missing dll and issues with WebGL #160

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Deathwing
Copy link

Added building and copying of missing Facebook.Unity.Canvas.dll to Unity Project
Added Facebook.Unity.Canvas.dll to link.xml
Fixed CanvasJSSDKBindings.jslib (please see TODO comment in login)

…ity Project

Added Facebook.Unity.Canvas.dll to link.xml
Fixed CanvasJSSDKBindings.jslib
@Deathwing
Copy link
Author

Added new fixes to Login and LogAppEvents.
Login fix: String arrays can't be passed directly to the jslib, so stringifying it in c# and parsing it in js.
LogAppEvents fix: Nullable can't be marshalled and also overloading is not allowed, so 2. method without valueToSum for allowing null value of it.

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

Successfully merging this pull request may close these issues.

None yet

2 participants