x


How can I export 3d model from unity3d file?

How can I export 3d model from unity3d file? and any other type of assets?

more ▼

asked Feb 15 '10 at 12:47 PM

Eugen gravatar image

Eugen
23 1 1 4

(comments are locked)
10|3000 characters needed characters left

5 answers: sort voted first

there is not any built in feature for what you want. you can access mesh data and write them to the format that you love. for textures it's easier because there is a function for encoding the data to PNG format. the EncodeToPng gives you an array that you should write to a file yourself. there is a script inside the unify community wiki that exports models to obj format. the script is not much complete and don't export animations or skins&bones and ... the script is called ObjExporter. there is another one called TerrainObjExporter for exporting your terrain.

more ▼

answered Mar 03 '10 at 12:22 PM

Ashkan_gc gravatar image

Ashkan_gc
9.3k 33 56 120

hi, thanks for smooth response but how do i open filename.unity3d file? I didnt see the feature to import it into IDE? is it possible in some way?

Mar 04 '10 at 06:52 AM Eugen

unity3d files can not be opened by the editor. they are complete games that can be opened by the web player.

Mar 04 '10 at 07:38 AM Ashkan_gc

you might love to start your own nasty hacks but there is not any built in way to penetrate a unity3d file. you should not do it if you are not the owner of the file. it's possible and it's not encoded but compressed in tar algorithm.

Mar 04 '10 at 08:11 PM Ashkan_gc
(comments are locked)
10|3000 characters needed characters left

In a pinch, you could extract the geometry, textures and shaders with 3D ripper DX (haven't tested this).

more ▼

answered Feb 17 '10 at 10:13 AM

PatHightree gravatar image

PatHightree
394 7 10 20

coo application, must see.

is there are another, more loyalty way to grab 3d models else?

Feb 18 '10 at 06:59 PM Eugen
(comments are locked)
10|3000 characters needed characters left

let me know please

more ▼

answered Feb 15 '10 at 12:48 PM

Eugen gravatar image

Eugen
23 1 1 4

please just answer questions in an answer.

Mar 03 '10 at 12:12 PM Ashkan_gc
(comments are locked)
10|3000 characters needed characters left

Hi Atholm

I need some way to use vertices's structure of 3d model, which inside of unity3d package.

is there are any possible methods to do this?

Regards Eugen

more ▼

answered Feb 17 '10 at 08:44 AM

Eugen gravatar image

Eugen
23 1 1 4

Could you please use the answer area just for http://answers.To comment on answers use "add comment".

Mar 03 '10 at 10:40 AM tasbar
(comments are locked)
10|3000 characters needed characters left

You can not. You can access models you have already imported into Unity3d by locating the Asset folder in your project.

Please elaborate your question if I did not get it :)

more ▼

answered Feb 15 '10 at 12:54 PM

Atholm gravatar image

Atholm
45 1 3

it's possible to export but there is not any built in feature for it.

Mar 03 '10 at 12:10 PM Ashkan_gc
(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x357
x338

asked: Feb 15 '10 at 12:47 PM

Seen: 8105 times

Last Updated: Feb 15 '10 at 12:47 PM