irajsb / UE4_Assimp

Assimp mesh importer for Unreal Engine
MIT License
136 stars 29 forks source link

Question about materials: Can I export FBX Embedded textures as texture2d or TArray<uint8> format? #10

Closed NounKim closed 2 years ago

NounKim commented 2 years ago

Question about materials: Can I export FBX Embedded textures as texture2d or TArray format? If this feature is not supported, how can I fix it?

irajsb commented 2 years ago

In progress ! will upload soon!

irajsb commented 2 years ago

https://github.com/irajsb/UE4_Assimp/releases/tag/5.4.2EmbeddedTextureImport

This release contains the binaries so just open the project.There is a sample model in sample folder for testing it. If an embedded texture was null it means it has to be imported from an absolute path (fbx can contain relative path to textures ) in that case you have to make an else and import them using import file as Texture2D node/ function .
Feel free to open issues and PR's if needed.

NounKim commented 2 years ago

Great! What a Nice Developer!