NegInfinity / ProjectExodus

Project Exodus - Unity to Unreal scene/project transfer tool.
BSD 3-Clause "New" or "Revised" License
497 stars 100 forks source link

Export Unity scene to Blender #53

Open darld opened 3 years ago

darld commented 3 years ago

@NegInfinity is possible to export unity scene to blender format (example: fbx or obj) The reason is the conversion from unity to unreal engine contains some asset issue. So it's great we can export to blender to touch up the asset before import into unreal engine.

NegInfinity commented 3 years ago

Hi. Apologies for a very slow response, there were issues on my end.

It is possible theoretically, but I won't be implementing it, as there are existing packages on unity asset store to export as fbx/obj, and this plugin focus on asset transfer, which includes assets such as terrain which are supported by neither fbx nor obj.

If you simply want to extract fbx/obj from the scene, check unity asset store for relevant solutions.