LongerWarrior / UEAssetToolkitGenerator

Apache License 2.0
29 stars 10 forks source link

Re-write FBX serializer wrapper code in C# #31

Closed Buckminsterfullerene02 closed 1 year ago

Buckminsterfullerene02 commented 1 year ago

I'm going to close this one for now. I really tried to re-write the first part of the FBX-Wrapper code in C#, but the library I chose makes you pay $800/year to save more than 3 files (Aspose.3D).

I looked at a few other options (e.g. AssimpNet) but they're either 6+ years old, or have 0 documentation, or both. Maybe this could be revisited by using AssimpNet if someone dares to venture into using it. I'll leave in the "TestFBXExport" code in the project for reference.

But I'd like to move away from having to continue building upon my garbage system of... shudder using intermediatary JSON to pass data into the dll since the data structures are too complex to pass by raw value (without making an even larger mess of things).