Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Use with Assimp 5.0.0 Release? #19

Open
michaelnation555 opened this issue Apr 13, 2019 · 2 comments
Open

Use with Assimp 5.0.0 Release? #19

michaelnation555 opened this issue Apr 13, 2019 · 2 comments

Comments

@michaelnation555
Copy link

Hello,

I've been using your Plugin to import .obj files and it works great! However, like others have posted, it does not seem to work with importing .step files. My understanding is the problem is with the Assimp .dll library. Assimp just released 5.0.0 in March, and I'm attempting to replace 4.1.0 within your plugin with the new library, perhaps .step files will work with this new version?
I am copying over the Include/ folder into the Thirdparty/assimp of the plugin. It will build, but get an error message when the editor starts to load. The error message relates to something being wrong with the module. I also noticed that the .cpp and .h files have been preceded with "._" and not really sure what is the purpose of this.

Any help would be greatly appreciated!

Thank you

@hamkoo
Copy link

hamkoo commented Oct 4, 2019

Is there any changes in assimp? tks! @GameInstitute

@hamkoo
Copy link

hamkoo commented Oct 5, 2019

@michaelnation555
UE editor cannot find the assimp dll.

After build assimp, you should copy lib/dll to "\Plugins\RuntimeMeshLoader\ThirdParty", and copy assimp-vc141-mt.dll to "UE4_app\Binaries\Win64".

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants