简体   繁体   中英

In unity 3d, how to add texture to 3d object(.fbx )?

在此处输入图片说明

In unity 3d, how to add texture to 3d object(.fbx )? Drag and drop material with texture onto 3d object works for default object(eg:cube) but not to downloaded 3d objects(umbrella)? I could get only the color not the texture.

If you want apply a texture to 3D object it need UV map. For example in blender : https://en.wikibooks.org/wiki/Blender_3D:_Noob_to_Pro/UV_Map_Basics

I think it exactly what you want.

if You are adding fbx in project, the sequence will be

  1. First add textures
  2. Then, models.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM