NegInfinity / ProjectExodus

Project Exodus - Unity to Unreal scene/project transfer tool.
BSD 3-Clause "New" or "Revised" License
491 stars 97 forks source link

Add macos support #52

Open TIotti opened 3 years ago

TIotti commented 3 years ago

Small code changes to allow XCode to build the ExodusImport

NegInfinity commented 2 years ago

Hi. I know it has been ages (I apologize for that, there were RL issues), but I cannot accept this pull request as of now.

Moving templated methods to cpp is guaranteed break compilation in situation where *.cpp combining is disabled, as the compiler will be unable to find function bodies. I'll look into other changes you suggested.