Banbury / UE4Elias

An Unreal Engine 4 plugin for ELIAS.
MIT License
12 stars 3 forks source link

Missing DLL's #2

Open Zicandar opened 9 years ago

Zicandar commented 9 years ago

Hello! Me again, this time with some more "real" issues, and their solutions! First of all: We now have the 64 bit versions included in the zip file you download when getting Elias from our homepage. However: We put it in a folder called "x86_64", and you want it in a folder "x64". I'm aware your documentation is specific in this, just a general warning. :smile:

Then: I needed to place the .dll files NOT where you told me to, but in the "Binaries\Win64" folder.

Banbury commented 9 years ago

The name of the folder is not important. But the UE4 build system has to be told, where to find the libraries. This can be changed in EliasPlugin.Build.cs. The second one is a typo. Thanks for bringing it to my attention.