How to export Unity textures and meshes to Studio?

I’ve created a lot of meshes in Unity, each with it’s texture/material. How do I export them from Unity to Studio? Or do I have to take extra steps? The only way I’ve found is to export .fbx files only, but that results in the meshes being without textures and materials.
I’ll do any way to get them in studio for my game.

4 Likes

Try to import the texture as decals and after you put them on meshes ( I don’t know if this is possible because I don’t use much unity)

1 Like

This is what it ends up as. image

This is what I need:
image

There is a total of 4 textures. I’m pretty sure you need to somehow get the .prefab file in as well, since it follows like this:
MeshShip.fbx
MeshShip.prefab.meta

I’m not experienced with Unity, but this may help.

It probably won’t. First of all, the OP doesn’t want to remove vertex colors (which is what that post solves) and second, OP is clearly using textures, not vertex colors.

1 Like

Yeah, the issue I’m currently facing is that I can’t seem to export the mesh+texture from Unity both together, the texture files are very few, and they’re used in .prefabs to fit on the meshes.

I’m sorry for possibly necrobumping this thread, however I’ve finally found a way to do this correctly, this might help someone, so I thought of posting a step by step guide here:

  1. Add any FBX Exporter plugin to your unity (preferably use an Unity version from 2018, as the plugins tend to break in the newest versions) The plugins are in the unity asset store.

  2. Go in Unity, open your project and select the specific mesh you want to export, click on ‘‘GameObject’’ in the top left side of your screen, click ‘‘Export as FBX’’.

  3. A GUI will open, unclick ‘‘export as unrendered’’

  4. The asset/s will be stored in your project’s ‘‘Asset’’ folder.

  5. Import the asset in Studio or Blender. It’ll have all textures you’ve made.

Thanks for everyone who tried to help me solve this.

6 Likes

I have problems with unity assets and texture not appearing such as this but how do i add this FBX exporter plugin?https://cdn.discordapp.com/attachments/765381509178720266/765632193833336862/unknown.png