Is there any way i can bring depth to any 3d Object In Unity

I want to put depth or depth texture to my objects is there any way to do that ???

Hi Hamzah,

What do you mean by depth? A bump map or a normal map?

Create an material in your assets folder and check the options (and the shaders) there. Assign that material to your game object. And assign the relevant textures to the fields in the material.

If you want to learn how to create a normal map or a bump map, you can find quite a few tutorials on Youtube.

Also please feel free to ask our helpful community of students for further advice over on our Discord chat server.


See also:

I mean how can I add roughness or bump to any unity 3d object

Roughness or “bump” can only be added to materials, not to 3D objects directly.

How can i assign the relevant texture and in which field

There is a field labelled “Normal” in the material if you selected a shader that supports normal maps. The same applies to other maps, roughness, and so on.

please can u give me any video about it

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms