Is there a way to convert Unreal assets to Unity ?
Hey, I am looking to convert assets that I get from Unreal to Unity https://www.unrealengine.com/marketplace/en-US/slug/desert-landscape
What would be the most accurate way to do this ?
Thanks you
Answer by shawnatkidzpace · Jun 14, 2019 at 05:31 PM
If the mesh is an .fbx file then you can easily import it to Unity. Same with the textures, if they are .png or similar then you should be able to import it.
If it was created in Unreal then you will have to find a way to export it.
Answer by relativegames · Oct 03, 2020 at 07:38 AM
You can try using my tool : https://assetstore.unity.com/packages/tools/integration/exporter-for-unreal-to-unity-193237 . It exports entire scenes in OBJ or FBX format for Builtin/URP/HDRP and can export static meshes with LODs, lights, collision meshes, materials with shaders, textures, reflection probes.
Your answer

Follow this Question
Related Questions
Convert Keyboard controlls to UI Buttons 1 Answer
How to round to 2 decimals with format? (123456 > 123K > 123.45K) (C#) 0 Answers
Get Transform from Gameobject? 2 Answers
Convert a GUIText's number to an Integer value. 0 Answers
Convert Java to C# 1 Answer