intelligide / assimp-unity

Assimp for C# / Unity
https://intelligide.github.io/assimp-unity/
MIT License
36 stars 7 forks source link

Does this library support webgl build? #21

Open Kwansik-Jung opened 8 months ago

Kwansik-Jung commented 8 months ago

I want to embed Unity on the web and import or export FBX. I wonder if it can be done.

intelligide commented 8 months ago

Hi, I don't think it can be done. First of all, I've never developed natively for the web, so I have absolutely no experience in this field. Secondly, it seems that Unity needs to have the library already compiled with emscripten and assimp doesn't officially support that.