Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

How to create a sprite or an atlas entity

Discussion in 'Project Tiny' started by mike1997, Apr 14, 2021.

  1. mike1997

    mike1997

    Joined:
    Jul 1, 2016
    Posts:
    25
    Looking at the Tiny docs, I noticed that these are available (sprite, and atlas), but I can't figure out how to add them or make them.

    Any direction, or project reference that uses these would be greatly apreciated.

    Thx
    Mike
     
  2. djsell

    djsell

    Joined:
    Aug 29, 2013
    Posts:
    77
  3. mike1997

    mike1997

    Joined:
    Jul 1, 2016
    Posts:
    25
    Thx for the reply, i literally had the tinyspaceship example open while writing this question, i just assumed that all the sprites where mono objects being converted, but upon closer look now i understand it

    thx
     
  4. mike1997

    mike1997

    Joined:
    Jul 1, 2016
    Posts:
    25
    Also has anyone successfully used Atlas part.

    With it, according to outdated docs, you will need World.GetEntityByName(), is this still available? On my non tiny project, I don't see this, so if its still available is this tiny only option?

    Mike