hamish-milne / FbxWriter

An FBX reader and writer for .NET
174 stars 44 forks source link

Create FBX file runtime in unity #2

Open leequanhu opened 5 years ago

leequanhu commented 5 years ago

Hi, i want to know how to integrate FbxWriter with Unity. Can you give me some advice?

hamish-milne commented 5 years ago

Sure! So you can do this in two ways: either compile Fbx.dll (it will work with Unity's runtime) and drop it in the project, or just copy the source files in the Fbx directory.