UE4_Assimp icon indicating copy to clipboard operation
UE4_Assimp copied to clipboard

Assimp mesh importer for Unreal Engine

Results 7 UE4_Assimp issues
Sort by recently updated
recently updated
newest added

I just trying to package unreal project with this plugin, but error begins: /AssimpHolder/Plugins/UE4_Assimp/Source/UE_Assimp/Public/AIScene.h(7,10): fatal error: 'assimp/scene.h' file not found UATHelper: Packaging(Android (ASTC)): #include "assimp/scene.h" https://github.com/irajsb/UE4_Assimp/wiki/How-To-Build I followed this document...

Hello, my code works fine in the editor state. When it is bundled, it doesn't work anymore. What did I do wrong? ![error1](https://github.com/irajsb/UE4_Assimp/assets/77619081/15ebf04e-8774-4359-84dc-36c7361d7909) ![error2](https://github.com/irajsb/UE4_Assimp/assets/77619081/ae510bc8-1070-463f-835b-8772a2d27ab5)

Cloning Assimp implifies Geometry Scripting and other two plugins enabled which is not supported for UE4. It doesn't compile after disabling them so, what can I do to run this...

Compiled latest version of plugin it lacks the possibilty to run the IFC4 (IFC3 seems working) files...it generates some type of errors / loading nothing. Can you please help? [IFC...

Here the error When I compile in VS22, X64: - Cannot open include file: 'GeometryFramework/Public/UDynamicMesh.h': No such file or directory - The command "K:\DEV\UE_5.4\Engine\Build\BatchFiles\Rebuild.bat AssimpCppEditor Win64 Development -Project="C:\Users\fcapp\Desktop\AssimpCpp\AssimpCpp.uproject" -WaitMutex -FromMsBuild...

Hi, I want to simulate physics on the meshes i imported with assimp, but i just can't make it work. Also i would love to interact with the objects, an...

I'm trying to import .ply at runtime, it is working in editor but when in build it crashes on import scene function. Can you please look into this? Thank you.