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

Doesn't work in html5 #59

Closed
axvm opened this issue Apr 10, 2016 · 6 comments
Closed

Doesn't work in html5 #59

axvm opened this issue Apr 10, 2016 · 6 comments

Comments

@axvm
Copy link

axvm commented Apr 10, 2016

Hey,

I enabled Unreal.js plugin and packed my project in html5 platform. Compilation has been finished fine but in runtime i got this error:

Plugin 'UnrealJS' failed to load because module 'JavascriptUMG' could not be found. Please ensure the plugin is properly installed, otherwise consider disabling the plugin for this project.

In log i found more errors:

[2016.04.10-22.09.06:755][ 0]LogInit: Selected Device Profile: [HTML5]
[2016.04.10-22.09.07:138][ 0]LogModuleManager:Warning: ModuleManager: Module 'JavascriptUMG' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.04.10-22.09.07:138][ 0]LogModuleManager:Warning: ModuleManager: Module 'JavascriptHttp' not found - its StaticallyLinkedModuleInitializers function is null.
[2016.04.10-22.09.07:139][ 0]LogModuleManager:Warning: ModuleManager: Module 'JavascriptWebSocket' not found - its StaticallyLinkedModuleInitializers function is null.

@Grinkers
Copy link

I don't believe HTML5 can be supported. It's probably not possible because the plugin requires V8 to be compiled.
https://developers.google.com/v8/build
https://developers.google.com/v8/embed#audience

At the moment there's only Windows and Android for Unreal.js (Linux and OSX should theoretically be not too hard).

@nakosung
Copy link
Collaborator

Maybe there's someway to support HTML5 without V8... 🎱

@axvm
Copy link
Author

axvm commented Apr 10, 2016

I heard the stories that some software has built-in v8 engine. 😶

@nakosung
Copy link
Collaborator

So HTML5 is not a supported platform for now. sad

@tamdrib
Copy link

tamdrib commented May 2, 2016

Is there a chance of unreal.js being developed further to make this happen? HTML5 seems like the perfect place for unreal.js to be used, considering that JS is the ideal language for web development.

A project I am working on currently is trying to find ways to make calls to Google Speech through UE4, and I can't find a plugin or workaround to get access.

@axvm
Copy link
Author

axvm commented May 3, 2016

HTML5 still experimental so im not sure if it's possible... But it would be really great if we will have ability to develop software with js in ue for html5 platform.

2 мая 2016 г., в 22:54, tamdrib notifications@github.com написал(а):

Is there a chance of unreal.js being developed further to make this happen? HTML5 seems like the perfect place for unreal.js to be used, considering that JS is the ideal language for web development.

A project I am working on currently is trying to find ways to make calls to Google Speech through UE4, and I can't find a plugin or workaround to get access.


You are receiving this because you authored the thread.
Reply to this email directly or view it on GitHub

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

No branches or pull requests

4 participants