Featured
-
How to create scrollbars in Unity3D
Scrollbar in Unity3D Scroll bars let a user cho
by inder.singh
Tags
Difference between Sprite, Textures and Materials
Hi guys , this post briefly explains what is the basic difference in Sprites, Textures and Material in Unity:
Sprites : All the graphic components that are part of 2D Game development are called sprites. Sprites can be moved around, resized , ...
Unity 3D Materials
In Unity, Material is an asset that act like a container for shaders and textures that can be applied to models.
Models cannot be rendered without a material. It plays an important role in defining how your object will appear.
In or...