UE4_Assimp
                                
                                
                                
                                    UE4_Assimp copied to clipboard
                            
                            
                            
                        Assimp mesh importer for Unreal Engine
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?  
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...
UE5.4.4 - Cannot Compile Windows X64 Visual Studio 2022 UDynamicMesh.h': No such file or directory
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.