Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Difference between Sprite, Textures and Materials

    • 0
    • 1
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 1.81k
    Comment on it

    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 , rotated like a game object in Unity. They work with sprite Renderer unlike 3D object that work with Mesh renderer.

    Unity contains various Sprite Tools such as :

    Sprite Editor : To edit sprites by selecting them individually from sprite Atlas or changing there Pivot point etc.

    Sprite Creator : Used to create Sprite placeholder in Unity 5.3 and above.

    Sprite Packer: it is used to increase the efficiency of your project's usage of main memory by packing various sprite into a single place using the "Packing Tag" attribute that shows up in Inspector window on selecting an  sprite in project window.

    ========================================================

    Textures : These are just images that you get by any image editing softwares such as Photoshop, paint etc and can be applied to 3D objects material.

    ========================================================

    Materials: These are component applied on 3D object and decides how the object should like. A material can take various textures to show the depth, transparency, color of the object.

    Stay dedicated. Keep Working Hard.

     

     

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: