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

Enable JavascriptInterface within AgentManager #982

Merged
merged 1 commit into from
Mar 23, 2022

Conversation

ekolve
Copy link

@ekolve ekolve commented Feb 14, 2022

The WebGL demo was throwing a nullreferenceexception from DebugInputField because the CurrentActiveController() had not yet been initialized within the AgentManager. The line in question was attempting to enable the JavascriptInterface component. This has been moved to the AgentManager instead immediately after the primaryAgent initialization.

@ekolve ekolve requested a review from AlvaroHG February 14, 2022 23:42
@AlvaroHG
Copy link
Collaborator

LGTM

@ekolve ekolve merged commit f8a3f78 into main Mar 23, 2022
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