ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
860 stars 258 forks source link

Does it work with Unreal Engine 4.8.1? #42

Closed PhilAndrew closed 8 years ago

PhilAndrew commented 9 years ago

Hi there, I followed the instructions.

  1. Installed Unreal Engine 4.8.1
  2. Place the contents of latest release of BLUI "Windows Shipping" folder into C:\Program Files\Epic Games\4.8\Engine\Binaries\Win64
  3. Downloaded your demo application, tried to open it "BLUIDemo.uproject", it asked to rebuild some DLL, I said yes
  4. Run demo, no browser showing, just white rectangles where the browser should be

Can I provide more information? What else can I try?

ashea-code commented 9 years ago

Hello, something tends to go wrong with the demo project where converting it to a 4.8 project. It causes the Default URLs of all displays to be lost.

I suggest trying to make your own project, and try BLUI there.

I'll be updating the demo project to repair the conversion soon.

PhilAndrew commented 9 years ago

Ok I'll try tomorrow thanks! (its late here)

PhilAndrew commented 9 years ago

I don't really understand how to add it to a new project, ... fairly confused. I'm a programmer, I understand code, but I don't know the Unreal UI system. Is there something I can do to the demo project to make the demo project work?

ashea-code commented 9 years ago

Click on each display in the demo in editor. See if the Default URL property is empty

ashea-code commented 8 years ago

Closing this for spring cleaning