How to Import Pixel Art Tileset and Make Tilemap Levels ~ Unity 2022 Tutorial for Beginners

Поделиться
HTML-код
  • Опубликовано: 27 сен 2024

Комментарии • 21

  • @threeeyedcat
    @threeeyedcat 2 года назад +5

    Super helpful tutorial! Thank you for being thorough.

  • @Tarodev
    @Tarodev 2 года назад +4

    What a great tutorial 👍

  • @amirsohrabi_og
    @amirsohrabi_og 6 месяцев назад

    Thanks man helped me a lot

  • @martinzutelman1018
    @martinzutelman1018 2 года назад +2

    Good tutorial, but i wonder why you didn’t just set the pixels per unit to 16 and did a 1:1 ratio later!!!, please answer me i want to learn.

  • @DJnoratos
    @DJnoratos 2 года назад

    Looks good.

  • @anormalguy8407
    @anormalguy8407 Год назад +2

    6:32
    or you could have just changes the import settings of the tilemap sprite to 16 so that every grid would by 16 pixels
    Instead of changing the tilemap cellsize to some calculated number

  • @Korn1holio
    @Korn1holio 2 года назад +1

    Thanks for the video. The tilemap creation workflow is such a mess... I'm not even sure which one's worse, Godot's or Unity's. Totally non-intuitive and convoluted.

  • @lukesmichalski6607
    @lukesmichalski6607 Год назад

    I have some strange horizontal white lines (every 5-6 cells) when I go to the "GAME" mode... Any thoughts?

    • @loks5288
      @loks5288 4 месяца назад +1

      try 15 pixels

  • @ravanin
    @ravanin 2 года назад +2

    This is the older semi-obsolete way of using tile maps, the newer way is using "rule tiles"

  • @skaifai7486
    @skaifai7486 Год назад +3

    Great tutorial. I have a question though.
    What if you wanted to go behind a rock? How would you make your game know when to make the character's sprite render behind or in front of the rock's tiles?

    • @oversizedbomberjacket
      @oversizedbomberjacket Год назад +1

      sorting layers

    • @snowydragon9379
      @snowydragon9379 Год назад +3

      Add the bottom part of the rock into a collision tilemap and the upper part of the rock into a new NoCollision Tilemap, and don't forget to sort this new tilemap layer to one upper than the player's layer :)

  • @kahuz616
    @kahuz616 Год назад +1

    He explained the information I was looking for very easily. Best video ever!

  • @adilinsanda9184
    @adilinsanda9184 Год назад +1

    Great Tutorial! Thank You.🙂

  • @chronicdevelopment1668
    @chronicdevelopment1668 Год назад

    Hey, I can't create a new palette. Any suggestions.

  • @LivingImage
    @LivingImage 2 года назад

    Great

  • @ninedux
    @ninedux 2 года назад

    Awesome, thank you!

  • @PK-se2jh
    @PK-se2jh 2 года назад

    thankyou :)

  • @greedy_mf
    @greedy_mf 2 года назад

    phenomenal tutorial