Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/irajsb/UE4_Assimp
Assimp mesh importer for Unreal Engine
https://github.com/irajsb/UE4_Assimp
assimp cpp fbx gamedev import mesh ue4 unreal unreal-engine unreal-engine-4
Last synced: 2 days ago
JSON representation
Assimp mesh importer for Unreal Engine
- Host: GitHub
- URL: https://github.com/irajsb/UE4_Assimp
- Owner: irajsb
- License: mit
- Created: 2021-06-26T13:07:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-26T21:29:20.000Z (over 1 year ago)
- Last Synced: 2024-08-02T16:30:50.910Z (3 months ago)
- Topics: assimp, cpp, fbx, gamedev, import, mesh, ue4, unreal, unreal-engine, unreal-engine-4
- Language: C++
- Homepage:
- Size: 1.94 MB
- Stars: 133
- Watchers: 4
- Forks: 29
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unreal - UEAssimp - Assimp Mesh Importer for UE (Plugin)
README
![](https://img.shields.io/badge/Status-Under%20Development-red) ![](https://img.shields.io/badge/Contribution-Help%20Needed-blue)
# Assimp Mesh Importer 5.4.2 for Unreal engine
Features:
- Static Mesh and Procedural Mesh support
- Mesh instancing for Static Meshes
- Async Loading
- Users can use multpile approaches for maximum flexiblity
- Garbage collection using unreal GC and integration with UObjects
- Embedded Texture import
- Supports 57 different file formats for reading
- Supports auto generating missing data such as normals| | |
:-------------------------:|:-------------------------:
![](.github/Image1m.png) | ![](.github/Image2m.png)
---
## Docs :
For instructions about how to use visit : [Docs](https://github.com/irajsb/UE4_Assimp/wiki)