irajsb / UE4_Assimp

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

OpenFileDialogue now support macOS #30

Closed sfjohnston closed 1 year ago

sfjohnston commented 1 year ago

Added support to use macOS native file open routine via C++ to Objective-C bridge routines. (I think OpenFileDialogue is out of scope for an Assimp library, but it is convenient to have it in here.)

irajsb commented 1 year ago

OpenFileDialogue is simplest way to have a working demo in unreal.Tnq for you contribution .