How To Use Auto Tiling in Unity 2020

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

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

  • @reeds7777
    @reeds7777 4 года назад +41

    I just re-discovered this channel after the loss of Brackeys, and man... how could I have forgotten? These videos are all so good!

    • @gamesplusjames
      @gamesplusjames  4 года назад +7

      Good to have you here :D

    • @MioRaem
      @MioRaem 3 года назад +2

      Brackeys was a really creepy guy with poor explanatory skills. Thank goodness he's gone. This channel is worlds better.

    • @mosopiagamedev7309
      @mosopiagamedev7309 3 года назад +10

      @@MioRaem You're a terrible person, He's actually a decent programmer. Have you checked his personal project? You'll never ever be as good as Brackeys!!

    • @ved7108
      @ved7108 3 года назад +8

      @@MioRaem 1 million+ people dont agree with you

    • @b_boffix
      @b_boffix 3 года назад

      I can't find the package

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

    This video helped me set up my own rule tile. I couldn't figure out the exact rules for all the 47 tiles on my own. Your project files helped a lot with that!

  • @SISYPHEgame
    @SISYPHEgame Год назад +5

    FOR ANYONE WATCHING 2023 OR AFTER:
    You don't need to download anything, this is built in nowadays

  • @betadv
    @betadv 3 года назад +3

    This tutorial could not work better for me, bro, I use the same art assets in my game and you explained everything so so nicely

  • @minkysteve
    @minkysteve 4 года назад +12

    Super useful stuff! Thanks, James. I'll definitely be making use of this in future projects.

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

    You are the reason I started unity

  • @bananaman3902
    @bananaman3902 2 года назад +3

    I do that but it says that the file is missing IsSelected

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

    I was literally just having trouble with this, thank you SO much!

  • @albertb4460
    @albertb4460 2 месяца назад

    If anyone is running into erros, change the branch you're downloading!!! I'm using unity 2020.3 and had an error with isSelected and this fixed it!!!

  • @raposaarvorelua4099
    @raposaarvorelua4099 4 года назад +7

    I thought I would have to do a bunch of intense coding for this! Thanks!

  • @laurinmeier4045
    @laurinmeier4045 3 года назад +10

    him saying "art" sounds like a villager denying your trade offer 2:09

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

    Really appreciate it, thank you.

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

    Great tutorial, well explained, very clear! Thanks!

  • @crusenho
    @crusenho 3 года назад +1

    This is amazing! your video is truly safe the day, it's very helpful and exciting to use this trick! Thank you so much for creating this video! Keep up the good work!

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

    very simple and straight to the point. thanks so much!

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

    This was very useful, thank you.

  • @GabrielDias0223
    @GabrielDias0223 4 года назад

    You just saved my life. Thank you so much!

  • @xCratuss
    @xCratuss 4 года назад

    im so lucky i found you channel today :D so good videos. very pleasant voice. I can understand you well although I don't speak English well. the most english unity youtuber speak very unclearly or too fast

  • @zimoms1711
    @zimoms1711 4 года назад

    Thank you so much! This is awesome, it makes this so easy!

  • @JayRKID
    @JayRKID 4 года назад +1

    thanks for the tutorial by the way, awesome

  • @ViksyGaming
    @ViksyGaming 4 года назад +5

    Soo good, Why is no one seeing this?

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

    ok first of all i did put the com.unity folder and the brushes didnt show up then when i click create 2d tiles dont show up only tile pallete
    Edit : OK I had unity 2020 version and for some reason when I checked for updates it said it was upto date. So I had to update manually

  • @oatcube3961
    @oatcube3961 3 года назад

    How should I be referencing these "dynamic tiles" in code to let the player build maps on runtime? At the moment I have kind of a "prefab pool" with the tiles somewhere outside of the view where I take the reference by raycasting a correct coordinate. But that seems like a dumb way to do it even though it does work.

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

    One thing I have been wondering. Is can you control Unity Autotiles in code?
    I have been thinking about trying to make a procedural map generator that works with the Unity Autotiles system.

  • @morswin556
    @morswin556 4 года назад +7

    But what if for example I have 2 auto tile objects, and I want them both to detect each other so they wont draw a border between themselves?
    Btw, thank you for the video. It was really helpful :D

    • @NachitenRemix
      @NachitenRemix 3 года назад

      I think you should fix that manually, or maybe code the auto-tiles yourself. Autotiles work for basic use cases like having a single tile object (or multiple that are independent) . For more advanced use cases I think you should find a work around.

    • @尹梓龙
      @尹梓龙 3 года назад

      put them in different layers

  • @JayRKID
    @JayRKID 4 года назад +1

    so this isnt built in but the other way is? because i thought this was possible as ive seen a simlar tutorial before but its not pixel art or snap to grid etc

    • @gamesplusjames
      @gamesplusjames  4 года назад

      I'm not sure what you mean by the other way? Maybe using sprite shapes? That is used to achieve a different style and effect in unity but would work also :) You just don't get the classic tile-based look a lot of people use :)

    • @JayRKID
      @JayRKID 4 года назад

      @@gamesplusjames yeah that's what I'm referring to :) going to try your tutorial this weekend though :) thanks again, have all your tutorials on udemy thanks man

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

    Thanks so much!!! Excellent tips.

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

    How do I generate these autotiles inside my terrain generation script?

  • @studiomonster-c9l
    @studiomonster-c9l 3 года назад

    Excellent. Thank you for making this video.

  • @Rioni
    @Rioni 3 года назад

    A little question, when you created the snow asset, ¿Did you have to copy every sprite from the snow spritesheet or somehow you could just change the spritesheet reference?

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

    is there a way to make rule tiles with animated tiles?

  • @deathphoenix6387
    @deathphoenix6387 4 года назад +1

    can i install this in 2019.4.16f1?

  • @singalongwithtony
    @singalongwithtony 4 года назад +3

    Hey James, I've just discovered your vids, they're excellent. I was checking out your series on rhythm games, very helpful, thanks! I was wondering, do you think it's possible to make a game like Just Dance in Unity? It's not really 3d, not spawning, not travelling up/down or platforming... Would another engine be better?

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

    What about two connecting materials?

  • @Bamanga7
    @Bamanga7 4 года назад +1

    So are the tiles padded or does this also not have those breaking lines that appear at times in game view?

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

      The tiles aren't padded in this example but having them be padded won't change the functionality of how this works. I usually have them padded in my own projects, there was just no need to add that extra complication into this video :)

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

    couldnt you like add github link in the description? But other than that very cool and helpful vid

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

    Great Video

  • @pinkpie7234
    @pinkpie7234 4 года назад

    i see the man is sooo hyped chill

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

    Great video, thank you!

  • @carriganreilly
    @carriganreilly 3 года назад

    thank you this is a blessing!

  • @ShadowFrost
    @ShadowFrost 3 года назад

    And if I wanted to apply a set of random tiles? Like a same type of texture but mirrored or something

    • @DRsideburns
      @DRsideburns 3 года назад

      Pick the tile you want to randomize and change the Output of your tiling rule object to "Random", and increase size. It will let you add a bunch of different tiles that it will choose randomly when you're painting

  • @comikawn5147
    @comikawn5147 4 года назад +1

    Hey Please Make Serie To make game look like Hotline miami

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

    Many thanks!!

  • @dxrkzynn691
    @dxrkzynn691 4 года назад

    Wow man, this video is very useful! Thank you very much! just one question, is it possible to do this in the 2019 version?

  • @xamogxusx
    @xamogxusx 3 года назад

    Nice video... But why call it auto tile and not rule tile?

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

    Amazing!

  • @nagybalint1474
    @nagybalint1474 3 года назад

    Thanks soooooooooo much :D

  • @DataPotato
    @DataPotato 7 месяцев назад

    Games and james rhyme, say WHAAAAT???

  • @itschiru
    @itschiru 3 года назад

    Nice vid

  • @QueirozVini
    @QueirozVini 3 года назад

    Excelent!

  • @simmzzzz
    @simmzzzz 3 года назад +1

    Unity's rule tiles are horrible compared to Godot's autotile setup... Unity needs to step it up...

  • @FaustoPego
    @FaustoPego 3 года назад

    Not working at all.

  • @lordcatington8188
    @lordcatington8188 4 года назад

    I'm convinced you are god

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

    this broke my entire project

  • @RebrandSoon0000
    @RebrandSoon0000 4 года назад

    By the time you do all of this, you could manually do the tiling.... >_

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

      No it's way quicker once you have it set up, it just takes a bit of work at the start to save way more time as you work on things in the future :)

    • @xCratuss
      @xCratuss 4 года назад +3

      well, you have to do it a single time. After that you can reuse it ever and ever again. that cost you maybe 30 minutes if you do it for the first time and if you have to setup the 2d extras but after that its so awesome to just use your rule tiles.

  • @bacondingo
    @bacondingo 3 года назад +1

    On "./YourProject'sFolder/Packages/ " create:
    com.unity.2d.tilemap.extras