EN VI

Export Blender model to Unity missing texture and material

2023-11-22 17:02:27

I created model from blender 3.6 had use material from blenderkit and when i try to export and import to unity. Texture and material are missing. Somebody help me, thanks. I had extract some image from shading in blender and copy to folder textures in unity but not resolved my problem!

Solution:

You need to recreate the material in Unity. Just import the textures and the model into Unity, then right-click in the file browser and select "New Material". Select this material in the inspector. The default shader should be fine, but if it's not just select the standard lit shader. From here you can assign each texture type (Albedo/base, Roughness, normal, etc.) to their respective fields. With this material created, you now need to drag your model into the scene view so it is added as a GameObject. You can now drag the material you created onto it. After this, save the object as a prefab so you can use it throughout your game.

Answer

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login