Anim8or Community

General Category => General Anim8or Forum => Topic started by: fromsoysauce on January 07, 2014, 01:43:38 am

Title: Converting *.an8 to something for Unity
Post by: fromsoysauce on January 07, 2014, 01:43:38 am
I've decided that I want to learn how to use Unity to make video games. I wanted to know if there was a Script or some way of conversion that I could use to turn the animated anim8or files into something that can be loaded onto a Unity game.
Title: Re: Converting *.an8 to something for Unity
Post by: Raxx on January 07, 2014, 01:58:10 am
Sadly, there is no reasonable way to export Anim8or animations to .fbx as of yet. The easiest way to get static objects into Unity is to download the Autodesk FBX converter (http://usa.autodesk.com/adsk/servlet/pc/item?siteID=123112&id=20481519) and convert .obj files over.

Several times I've been tempted to write a converter...I'll look into it.
Title: Re: Converting *.an8 to something for Unity
Post by: fromsoysauce on January 07, 2014, 06:22:58 pm
Are there any ways to convert animated Anim8or files into anything else?
Title: Re: Converting *.an8 to something for Unity
Post by: lppena on January 08, 2014, 07:27:00 pm
Are there any ways to convert animated Anim8or files into anything else?

Considering the format is a plain text based format you would think writing somekind of file converter would not be impossible. Most model formats come with an ASCII text based layout in addition to a binary version, but translating the a8 format would require changing data to some other common exhangeable format that supports full animation. Perhaps something newer like XML, FBX, DAE, etc?
Title: Re: Converting *.an8 to something for Unity
Post by: texel on January 10, 2014, 08:39:33 am
Ani2Pov can export SkinnnedMeshes to Milkshape3D.
http://texel3d.free.fr/projets/ani2pov/

Maybe you can use it with an another converter to convert Milkshape3D file to dae/fbx

An officiel .dae exporter from Steve would be very usefull.