Test version, something for my own testing learning, but maybe useful for someone else also…
This Maxscript converts your mesh into unity javascript source (which then re-creates the mesh in unity).
There are some limitations still, but if you have any ideas for this, let me know.
Download installation info:
Attached sample exported source from the plugin (for torus mesh)
maybe another nice idea would be to export max splines to Gizmo draw commands to easier create custom Gizmos in Unity3D.
Also a variation to your script could be a script that generates mesh colliders or tries to fit in automatically simplified primitives in a volume for colliders as that’s still something that is a pain to do in Unity.
TY,
yesterday I already managed to write exporter from scratch that handle verts, tris, normals, tangents, uv1 and uv2. I think I just forgot to add vertex colors to list. Will do it next time.
I will donate for sure cause there is some stuff that I’m interested in long term…