Hello everyone, just wanted to drop that release 2.5 is out!
Includes a bunch of performance tweaks (that can be toggled in the C++ source with a single boolean, or customized with chromium flags) and OSX support!
OSX support is very much in beta, so please let me know what needs fixing etc.
[QUOTE=Wulzron;304082]
I regenerated the C++ project from the BLUIDemo.uproject (right click regenerate) and now i can compile!
Hello! Just checking in to make sure you solved your issue!
Was a bit busy with my job today, if you have any more problems just post them here and Iāll do my best to help you out.
[QUOTE=OceanCom;306065]
Reinstalled. Itās working now.
Hello,
Yes, Iāll leave this as a notice for others, but 2.5 requires you to replace all files including the ones located in Win64. But this is also noted on the release page.
Excellent work on the latest releases. Performance is no problem for me now including intensive JavaScript ! - So I am in full swing when it comes to development.
Butā¦ I am here to report some bugs too. You probably already know about them but Iād thought Iād share.
Bug 1:
Architects flicker on the screen if you are using a fullscreen html page.
Bug 2:
If you run from the editor in āStandalone Gameā mode, the game will load and then crash with the following error.
Excellent work on the latest releases. Performance is no problem for me now including intensive JavaScript ! - So I am in full swing when it comes to development.
Butā¦ I am here to report some bugs too. You probably already know about them but Iād thought Iād share.
Bug 1:
Architects flicker on the screen if you are using a fullscreen html page.
Bug 2:
If you run from the editor in āStandalone Gameā mode, the game will load and then crash with the following error.
Thanks again.
Hello again, glad to hear that the performance updates really helped you out!
For bug #2, when you play as standalone, it copies a binary of the game to a temp folder in your project directory which does not container the sub-process executable. This isnāt really something that can be fixed as it requires the same files to be present as if you were shipping the game.
Could you give an example of what you mean by bug #1? Perhaps a page where you see it occur?
is anyone running the plugin under 4.8 successfully?
I can open a page but somehow I canāt manage to get any input on that page, neither mouse click nor key down. Not sure if Iām doing something wrong or plugin is not working under that version.
@, donāt know if this is covered somewhere but the SendMouseClickEvent() method expects the mouse click position relative to the browser window but the OnMouseButtonDown (exampleHUD) function is passing the click position relative to the view, which works if the browser is as large as the viewport, if itās a window itās not working.
Still I have the problem that I canāt type anything in a browser textboxā¦ need to figure that out.
I can open a page but somehow I canāt manage to get any input on that page, neither mouse click nor key down. Not sure if Iām doing something wrong or plugin is not working under that version.
It is working for me on 4.8. Have you set input mode and show mouse cursor?
Hello everyone, sorry about being late to replies. Work has been quite busy!
Iāve tested BLUI so far on 4.8 with Windows and OSX. As far as I can tell there is only a minor bug in OSX which will be patched soon! Windows transitioned over fine, and Iāll be testing Linux soon.
Also be sure to check out the Blueprint node docs on the GitHub page Wiki!
Iām trying to make an educational demo using BLUI for popup informational windows. Iām a newbie at UE (background in 3d animation) and am having a hard time getting it to do what I want. If I just put the content on a plane or widget in the level, the texture seems too low resolution to really be usable for anything with much text. Is it possible to ramp that up, or should I maybe have the user click on something and thatād pop up a HUD-style screen for them to read and interact with? Any help is appreciated!
[QUOTE=;307532]
Hello again, glad to hear that the performance updates really helped you out!
For bug #2, when you play as standalone, it copies a binary of the game to a temp folder in your project directory which does not container the sub-process executable. This isnāt really something that can be fixed as it requires the same files to be present as if you were shipping the game.
Could you give an example of what you mean by bug #1? Perhaps a page where you see it occur?
It is okay , I think my PC was having a bad day as it hasnāt happened since. thanks anyway.
Iād thought id share a screenshot of it in action to make you smile.
[QUOTE=Errvald;313853]
Does twitch have a html5 video player?
Twitch does not, itās still stuck in the old ways of Flash video. If you have Flash player installed it should work, but Flash cannot be distributed with Chromium or BLUI due to legal reasons.