Level editing made easy with Automapping

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 171

  • @RILCOMusic
    @RILCOMusic 2 роки тому +74

    Adam I speak for everyone when I say this video was NEEDED, thank you!!

    •  2 роки тому

      Speak for yourself, don't assume i need a privileged white individual owning my words

    •  2 роки тому

      @ZH holon, are You assuming that i'm racist based on an objectively honest and selfaware comment, i sure now feel offended, thanks to YOU!

    •  2 роки тому

      @ZH he is a white privileged male, i searched his social media before i Made my comment, ¿why would i need any other reason to not speak up and defend myself from the patriarchy?
      Also, i feel offended by the way your are approaching this topic, i no longer reply to You. Sorry not sorry 💅

  • @BarbaraVenuh
    @BarbaraVenuh 2 роки тому +88

    Every video on this channel is a minefield of invaluable information. Not just the main information of the video topic but also the little sidenotes here and there are such useful information, especially for beginners.

    • @littlesnowflakepunk855
      @littlesnowflakepunk855 2 роки тому +13

      i think you meant "goldmine," you don't generally want to be in a minefield lol

    • @BarbaraVenuh
      @BarbaraVenuh 2 роки тому +4

      @@littlesnowflakepunk855 😂 yeah, that makes a heck of a lot more sense than what I said. Thanks for the correction 👍😊

    • @TheOriginalDuckley
      @TheOriginalDuckley Рік тому +1

      ☠️

    • @sugardude
      @sugardude 7 місяців тому

      @@BarbaraVenuh LMAO I thought you meant there is a lot of insights about unexpected topic / unexpected way

  • @jumpkut
    @jumpkut Рік тому +119

    Attention! After Tiled v1.9, you no longer need the 'regions' layer. just the input and output layers! simplifies the process a bit. Tile on, brothers

    • @warframegod9619
      @warframegod9619 11 місяців тому +2

      Is there a more comprehensive autotiling software because this is too much for me even with tutorials

    • @mert.yksl03
      @mert.yksl03 Місяць тому

      @@warframegod9619 You can use ldtk

  • @RecordofRadio
    @RecordofRadio 2 місяці тому +1

    I'm not making a platformer, but this is a cool trick. These kinds of things aren't really for me in my gamedev journey right now, but can I just say that these are by far the best gamedev videos on youtube? I've seen a lot but your videos always seem to touch on subjects other channels rarely do.

    • @SadTown99
      @SadTown99 Місяць тому

      He is definitely one of the top 3 in pixel art YT channels .. & right along side of him is “ Pixel Overload “ which you should check out asap 👏

  • @SadTown99
    @SadTown99 2 місяці тому

    So glad you are part of the art / gaming community 🙏 Thank you for continuing to put in the time & effort to share your knowledge with everyone 👏

  • @voxelheart
    @voxelheart 2 роки тому +5

    I'm not working on a 2D game, but seeing your process on how you go about setting tile rules is helpful and useful in other applications as well. Great video!

  • @libberator5891
    @libberator5891 2 роки тому +13

    Great video Adam! Love your stuff. On your point about Unity's solution, it's no longer "experimental". It's under "2D Tilemap Extras" but that's part of the default 2D bundle of packages (depending on your unity version). You can also expand it so instead of a 3x3 area of neighbors it can go up to 5x5. Though being able to specifically have a slanted tile instead of letting it try to infer if it should be slanted or a stair step does make your approach more flexible but more manual. You picked the right tool for your game's needs
    Bonus tip (which Adam touches on for Tiled): Unity's RuleTile evaluates in the order you place your rules (top to bottom), so just put your most restrictive rules near the top and most relaxed cases towards the bottom

  • @CrossCoderDev
    @CrossCoderDev 2 роки тому +3

    I remember I was recently on the stream and I asked for this tutorial. Thank you so much for this video. I've been searching for videos on this topic to no end. You just saved me a lot of pain.
    And also I didn't realize that I was not subscribed here, so I subbed :)

  • @SuperMinecraft567
    @SuperMinecraft567 2 роки тому +1

    Awesome video.
    Not only would i want more videos about tiles but also about level design!

  • @Void-vn2vf
    @Void-vn2vf 2 роки тому +1

    Thank you very much. I knew that Tiled could help to improve the level design process, but I under estimated how powerfull it was and how the Tiled to Unity could help. I will definitely dig this solution !

  • @gillesboisson
    @gillesboisson 11 місяців тому

    Very practical video, it helped a lot.
    I played with tiled automap and learned few more things that can helps.
    Position of patterns in the automap file change the order of there application on your level, this means it's better to add simple / default pattern on top and more complex on the bottom, In my test I put mono block in a first row, walls in a second row and corners / holes a third row.
    Avoiding using empty block in patterns is more practicak (most of the time) when you put differents elements like ladder, special platforms in the same map. Putting patterns in the right order helps.
    Thanks for your content

  • @9hoot789
    @9hoot789 7 місяців тому

    This is like the most powerful tool I've ever seen for indie gamedev

  • @wizzlez9615
    @wizzlez9615 2 роки тому +1

    Ooo, new video on autotiling! Looking forward to it

  • @seyedhusseinmirzaki8056
    @seyedhusseinmirzaki8056 Рік тому

    took me some time to find this among ur videos but it totally worth it

  • @kamaljit2626
    @kamaljit2626 Рік тому +7

    (input_prototype) will look for layer called (prototype) which i forget to rename.
    😅Just in case For someone like me stuck at (22:27) when pressing Ctrl + M.

    • @LowResolutionClips
      @LowResolutionClips 9 місяців тому

      i was about to cry bc of it 😂😂😂😂😂😂😂😂 thank u

  • @noface7842
    @noface7842 Рік тому

    ...I haven't been able to see your streams in a while but I got it working! Thanks!!!

  • @Mantimestwo
    @Mantimestwo 2 роки тому

    I was looking at some of the older videos relating to this a while back and was a bit lost, hopefully this one will help me once I have time to deep into this stuff again, cheers!

  • @NeatGames
    @NeatGames 2 роки тому +1

    Dang these tiles are so detailed! in my game I'm making my tiles super simple so I can finish the game. I will try this method thanks! :D

  • @vimtyr1181
    @vimtyr1181 2 роки тому

    Ur channel is a goldmine dude

  • @kyousouka
    @kyousouka 2 роки тому +8

    Not only is the regions layer unnecessary in Tiled 1.9+, it has explicit "Empty" tiles you can use instead of using "air" placeholders in your prototype layer. However, even before 1.9, it was possible to refer to empty tiles using "StrictEmpty", so this approach with "air" tiles was *always* a bit of a time-waster xP
    Rules are also no longer applied in order by default, so if the rules rely on a specific order, they'll break. You can either make the rule requirements more specific so that order doesn't matter, or check "MatchInOrder" on the map to make them match in order (but you'll lose the performance gain of matching them simultaneously).
    I'm mentioning this here because several people have come to the Tiled community with confusion stemming from this tutorial ): Since it's so new, it seems people assume it's up to date.

    • @AdamCYounis
      @AdamCYounis  2 роки тому +6

      I've been a little melancholic about the success this video has had, having learned soon after posting that there was a recent update to Tiled that immediately dates it.
      If it were possible to edit a video without removing it entirely, this is the one I would edit for the reasons you mentioned.
      Maybe I'll re-upload it with corrections...

    • @TheGoatIsBetter
      @TheGoatIsBetter Рік тому +3

      @@AdamCYounis Please do! Turns out there are no up-to-date tutorials (at least that I can find) on this topic and due to the docs being outdated it's a huge pain to get this working...

    • @TheOriginalDuckley
      @TheOriginalDuckley Рік тому

      I second this. Been trying to find a newer tutorial but it’s nowhere so far. I am legit thinking about getting an older version of tiled just to do it the way Adam does in this video with the regions, even if it isn’t “ideal” way. These videos boil that documentation down into a way more digestible format. I have a hard time learning from walls of text :(

    • @kyousouka
      @kyousouka Рік тому +1

      @@TheOriginalDuckley The documentation has been updated recently, with more visual examples.
      But also:
      1. You can use this method in the most recent versions of Tiled too. In 1.10, old rules should work the same as before 1.9.
      2. You can still follow the basic logic in this video - that hasn't changed! But, now you can skip the regions layers entirely, and instead of using distinct "air" tiles, you can use regular empty tiles in your maps, and the "Empty" MatchType tile in your rules (Map > Add Automapping Rules Tileset to your rule map, and then use the red dotted line tile).

    • @TheOriginalDuckley
      @TheOriginalDuckley Рік тому

      @@kyousouka Thanks so much for the info! I'll give the documentation another shot :) I have a tileset that im making that I really want to make this work with. Good luck to you!

  • @JonelKingas
    @JonelKingas 5 місяців тому +1

    22:25 did eveythign exactly same, it created terrain in layers but I see no change to my map

  • @samuelbird4587
    @samuelbird4587 2 роки тому

    This video is the answer to my prayers. Thank you!

  • @pnvgordinho
    @pnvgordinho 2 роки тому +4

    I wonder why Tiled hasn't been acquired by Unity or Unreal.
    Such a great tool.
    Thanks for the tutorial.

  • @benjaminlehmann
    @benjaminlehmann 2 роки тому

    Thanks man. Your content is so quality.

  • @tinsaus5498
    @tinsaus5498 2 роки тому +1

    Yet to learn any kind of programming. But this is so neat I'll give it a go to make some level layouts with a tileset I created. Exciting stuff for sure!

  • @himanshu830
    @himanshu830 2 роки тому

    Just wana say, This is Gold.

  • @williamrobinson3069
    @williamrobinson3069 2 роки тому

    fascinating video, gonna watch all of your stuff for sure

  • @lunatechdesignsmedia
    @lunatechdesignsmedia 2 роки тому

    Just what I needed! Thank you you Pixel Wizard!

  • @braindeadgamedev
    @braindeadgamedev 2 роки тому

    I have acculay learned auto tiling from your first video, and now I see this one Lol

  • @abzer0gaming
    @abzer0gaming 2 роки тому

    I followed every direction in the "Creating Rules" chapter and it didn't work for me.

  • @Cannonbreed
    @Cannonbreed Рік тому

    This is so cool! great explanation

  • @ProrokLebioda
    @ProrokLebioda 2 роки тому +6

    That's a great tutorial! Especially that second rule layer! Didn't think about it previously, but it's really useful!
    Right now I'm using regular RuleTiles in unity (no complex logic) so I can get away with it since my project is basically inspired by Icy Tower.

  • @OctagonalSquare
    @OctagonalSquare 2 роки тому

    I had been using the Super Tilemap asset in Unity without realizing it was meant to be used with an external program to build maps. I was just painting in unity and thought it was just clunky. But it was better than writing my own tiling system like I did for my Python class

  • @TheKing20308
    @TheKing20308 2 роки тому

    Yes sir I definitely was to see how you do more complicated stuff!!!! Btw thank you for such great content

  • @immorom
    @immorom 2 роки тому

    That raw representation reminds me a result of marching cubes algorithm. Without interpolation of course. But maybe, with some kind of rounding to halves, it's possible to get multi-tile slopes.

  • @r4yZorTV
    @r4yZorTV 2 місяці тому

    as always top notch!

  • @Ryogo-7
    @Ryogo-7 2 роки тому +2

    Hello, I've followed this video exactly but when I come to clicking Ctrl+M there is an Error it reads: No rules files found at "my destination" and I cant seem to figure out why. If anyone could help me Id appreciate it a bunch. I tried everything and made sure its done the same :c Thanks!

    • @AdamCYounis
      @AdamCYounis  2 роки тому +1

      You must make sure the rules.txt file is in the same folder as your map and that the contents of that file are correctly pointing to your rules tmx file.

    • @Ryogo-7
      @Ryogo-7 2 роки тому

      I figured it out, there was a problem with the tileset, everything look exactly like yours directory wise but I had to manually tell windows to open the .tsx file with Tiled because it wasn't calling anything. Weird. Thanks anyway, you da man!! ❤️

    • @rad2905
      @rad2905 2 роки тому

      @@Ryogo-7 How did you get it to open with tiled?

    • @Ryogo-7
      @Ryogo-7 2 роки тому

      @@rad2905 Open with then choose Tiled then click the box always open with..

    • @rad2905
      @rad2905 2 роки тому

      @@Ryogo-7 weird Tiled isn’t showing up but thank you!

  • @Kiba80
    @Kiba80 2 роки тому +8

    EDIT: For everyone looking for the solution, i found it: Since Tiled 1.9 you need to set the map property MatchInOrder (Map -> Map Properties). You have to order your patterns from big to small (left to right, up to down)
    Great explanation! I have a question: I want to use same "randomization"-technique, you are using at 32:00. But when i do this, my "smaller" tile regions override the bigger ones, so that i have a repitition of only the smaller tile regions. What am i missing?

    • @jumpkut
      @jumpkut Рік тому

      Put the smaller tile regions before the bigger ones (from top left)

  • @tejota3158
    @tejota3158 2 роки тому

    Saving to watch when I get home!!!

  • @Grimsikk
    @Grimsikk 2 роки тому +2

    11:11 YES! Please make more tileset videos, they're my absolute favorite! I am not good at making what I want to make from scratch, I'm a visual learner that needs to be shown a baseline understanding of the materials, shading, reflections, etc. for specific biomes/environments. I am trying to make a Sonic-like game inspired by Rocket Knight Adventures, so I'd love to learn how to draw tilesets like in the SEGA Genesis Sonic games! ♥ I have no idea how to draw rocky canyon/desert tiles, factory tiles, and more in that SEGA Genesis Sonic style. I'm currently using Piskel and Tilesetter to make my tilesets, since I don't make enough money to buy Aseprite yet.

  • @jordirossetti5579
    @jordirossetti5579 2 роки тому

    I needed this, thank you so much

  • @stalkerassassin4549
    @stalkerassassin4549 4 місяці тому

    Hi Adam, I studied on your videos, I created my tile set, specifically in the same size as yours, so that they fit perfectly, I repeated your prototype rules completely and inserted my tile set as you have on the video, but for some reason I have black walls and some black blocks here and there and behind why does the level look torn, do you know what the reason is? And I also wanted to ask, do I need to create a new text file to create detailed rules?

  • @TheOriginalDuckley
    @TheOriginalDuckley Рік тому +1

    Got the auto mapping to work! Now I just need to figure out how you add specific colliders as one way platforms. Or a way to inject code into specific colliders that are attached to make them one way. I am assuming you did something like that since you have a ledges object layer which I assume holds the script for ledge climbs?

  • @johk2293
    @johk2293 2 роки тому

    I like your words, magic man

  • @umapessoa6051
    @umapessoa6051 2 роки тому +1

    Sup, naoconhecido here, thanks for this video, it will be pretty helpful!

  • @giovannielias8153
    @giovannielias8153 2 роки тому

    if you posted this video a few moths back would make my like so much easier

  • @WhiteWolfIron
    @WhiteWolfIron 11 місяців тому

    Great video, really help me with setup :) Thank you

  • @phasecho
    @phasecho 11 місяців тому

    this is amazing tysm for this super helpful tutorial

  • @dbweb.creative
    @dbweb.creative 2 роки тому +1

    Please do a tutorial on 2.5D platformer setup using 3D assets. I especially wonder how to visually handle one way pass platforms, and how would controller run along a weaving path (perhaps lock controller to a spline? what about various vertical movements?)

  • @NickEnchev
    @NickEnchev Рік тому

    Super useful, super interesting!

  • @jarrydoneill7834
    @jarrydoneill7834 2 роки тому +6

    I'm currently working on a game and I've really been struggling to find some way to speed up the level design/randomness, I feel that this'll help me a tone
    Thank you Adam, you're a lifesaver!
    But how would I be able to get this to work with top down walls?

    • @AdamCYounis
      @AdamCYounis  2 роки тому +5

      It should be essentially the same approach for top-down. You're still building a rules file to replace simple geometry tiles into your detailed tileset. You would have rules in mind about how you want the art to work, it's just about laying them down.

    • @Izzy-fr1zu
      @Izzy-fr1zu Рік тому

      @@AdamCYounis Could you maybe some day do a tutorial for topdown autotiles? I really struggle to get this to look natural... ._.

  • @tumeden
    @tumeden 2 роки тому

    This is pretty helpful to know, thank you.

  • @zipcc
    @zipcc 2 роки тому

    Very helpful, well done tutorial.

  • @finuarts
    @finuarts 2 роки тому +1

    Well I might be a lost cause. I tried following your every step 3 times, but for some reason the automapping won't work for me. There is no error, just nothing happens to my tiles :(

    • @AdamCYounis
      @AdamCYounis  2 роки тому +2

      Did you place "air" tiles in your map and in the rule set wherever you don't have "ground" tiles? Is your input layer [input_name] and the map layer [name]?

  • @NoahNCopeland
    @NoahNCopeland 2 роки тому +3

    This is incredible! I'd love to see slopes 👀
    You should sell your rules page, it's awesome

    • @kyousouka
      @kyousouka 2 роки тому

      Rulemaps are tileset-specific, so one person's rulemap wouldn't work for another unless you either use the exact same tileset, or a very similar tileset such that you can 1:1 replace the tiles. It's better to share the concepts and let people make their own, suited to their needs.
      Slopes can be entirely accomplished via automapping by looping for stairstepped regions. However, this method can't distinguish between intentional stairstepping and slopes, so IME it's been easier to place slopes manually (in this case, into the prototype, but in my own mapping, I don't use a prototype layer at all) and only use Automapping to add the cosmetic details.

  • @thiagosmanioto9253
    @thiagosmanioto9253 9 місяців тому

    What is the best option nowadays to create the map in unity (or in another program and export to unity) to be faster at loading the game?

  • @paulbecket7399
    @paulbecket7399 2 роки тому +1

    Thank you very much sir. I haven't been at my learning journey for that long (a little under a year) and am working with Godot for now so this is a little complex for my old brain but I do have plans to try out Unity in the future .

    • @RustyLullaby
      @RustyLullaby 2 роки тому

      Just fyi, this is not exclusive for Unity. Tiled is a standalone piece of software you can already use not depending on the game engine you use. And for the import to Godot you can use Tiled Map Importer for Godot 3.

    • @paulbecket7399
      @paulbecket7399 2 роки тому

      @@RustyLullaby oh I know that, the Unity comment was more of me telling you my current coding level (baby Godot programmer)

  • @Grimsikk
    @Grimsikk 2 роки тому

    Could you make a brief video on how to use Tiled with GameMaker? I tried exporting my tilemap to a .yy file but when I try adding it to my GameMaker project, GameMaker says "Could not find a project for the resource file". I have the Tiled tileset, tilemap and .yy export all saved in the same folder, and my Tileset is in the GameMaker project with the same name as well, so I'm not sure why this isn't working. I just want to be able to use Tiled to cut my workflow down so I don't have to manually place every tile AND every object.

  • @rhammer6068
    @rhammer6068 2 роки тому

    Can anyone point me in the right direction on adding colliders and the like? I have it so that I am importing the maps into unity, but the chunks under the terrain layer only exist over the topmost layer of my platform objects

  • @KittenKatja
    @KittenKatja 2 роки тому

    Currently, not building anything or using any framework, but I'd like to know if gray scaling the tiles and then adding color afterward is still going to work with it?
    Minecraft calls it tint, CSS calls it blend, and paintNET calls it manual adjustment.

  • @americoperez810
    @americoperez810 2 роки тому +2

    Hi Adam, do you have any experience with Aseprite's tilemap feature? If so, how would you compare it to Tiled? I don't have any experience with either and looking for some guidance.

    • @sherekhangamedev
      @sherekhangamedev 2 роки тому +1

      Yes, he used in this video the Aseprite Tilemap function, and also he have other videos where explains how to use the tilemap function in more detail. Is nothing to compere, as you can see in this video both are complementary to each other.

    • @americoperez810
      @americoperez810 2 роки тому

      @@sherekhangamedev I hadn't finished watching the video. I see now that they are indeed two different things. Thank you!

  • @AnnieAcrux
    @AnnieAcrux 3 місяці тому

    Thank you for the tutorial:) I wasn't able to find these tileset templates tho, could anyone share them? I made myself a 47 tile template to follow, but I am also interested in trying out a tileset with slopes that works in tiled, like yours!

  • @sidneyjiang7240
    @sidneyjiang7240 Рік тому

    what to do with the fake empty space at the end? Or it should actually be some bg color of the game scene?

  • @aleksy920
    @aleksy920 10 місяців тому

    i cant use it because ubuntu using / in path and tiled doesnt apply changes and gives me error? when i replacing \ by / it just does nothing

    • @aleksy920
      @aleksy920 10 місяців тому

      File not found: '/home/oleksandra/snap/tiled/4217/automapping/Rules\autotile.tmx' (referenced by '/home/oleksandra/snap/tiled/4217/automapping/rules.txt'

  • @Bootstrap360
    @Bootstrap360 2 роки тому +1

    Have you considered using a "wave function collapse" algorithm for generating more dynamic outputs?

    • @bliztertoto
      @bliztertoto 2 роки тому +1

      Yea, I'm wordering if automapping can be applied in-engine after running procedural generation techniques.

    • @Bootstrap360
      @Bootstrap360 2 роки тому

      @@bliztertoto I don't know what "automapping" is but here is a great talk about wave function collapse. ua-cam.com/video/0bcZb-SsnrA/v-deo.html

  • @muajin
    @muajin 2 роки тому

    I used to play around with Godot making stuff from tutorials. Automapping is pretty much a dev's bread n butter in regards to lvl editing. :D

  • @volodyaDikiy
    @volodyaDikiy 2 роки тому

    Why is the property "DeleteTiles" not works? I added it to the output layer.

  • @bilalinci4981
    @bilalinci4981 2 роки тому

    Thanks Adam!

  • @TackleProd
    @TackleProd 2 роки тому

    Great video, for my game i'm happy using unity's built in ruletile

  • @JohnWeland
    @JohnWeland 4 місяці тому

    WOW, I wonder how this would work top-down, because then you could have a scene that has the same mapping but changes its tiles based on, say, season so the layout is the same but the look is familiar but different

  • @Deracritus_of_Anchorage
    @Deracritus_of_Anchorage 8 місяців тому

    I think I understand how this works for isometric tiling but would love to see a video

  • @mat2th
    @mat2th 2 роки тому

    Is there any way I can get my eyes on that more complicated version for your game, my game has slopes and the rules I got seem lack luster.

  • @kuttlock
    @kuttlock 8 місяців тому

    can tile mapping work the same way in gamemaker?

  • @mephyst_pixel
    @mephyst_pixel 2 роки тому

    This is cool, but i don't understand what the limitations are. Wouldn't it be impossible to have 2 types of bridges for example? How would you differentiate a wood bridge from a stone bridge in the prorotype, where you just place the same purple block?

    • @AdamCYounis
      @AdamCYounis  2 роки тому

      The beauty is that you get to define the rules. You could make it a question of length (5 blocks wide and it becomes stone), or you could introduce a different coloured block and use that for the stone bridges. In the end it's just a find and replace operation, so as long as you say what you want it to look for and what it should output, it'll do that.

    • @afoxwithahat7846
      @afoxwithahat7846 2 роки тому

      You could make different colored tiles for different materials, I guess

  • @TimvanCann
    @TimvanCann 2 роки тому

    Have you considered using the dual grid to setup your rules? That would cut most rule maps in half, if not more.

  • @AviusL
    @AviusL 2 роки тому

    Great video man! I'd love to see a more complicated one with slopes, etc! Dropped a sub :)

  • @OeHomestead
    @OeHomestead 2 роки тому

    Back in the days, I made a maze-game, ala pac-man, in assembly on the Amiga. But I had to first make a level editor, which took longer than making the actual game :-D

  • @sethlaske6338
    @sethlaske6338 Рік тому

    How are the collisions being handled? Do you have the decorative tiles in front without colliders, or is Tiled actually able to differentiate between the tiles you want to have colliders (ground), tiles that dont (grass), and Im assuming the bridge is something else as well?

  • @anilozberk1964
    @anilozberk1964 2 місяці тому

    How did you do the second rule for autotiling? I didn't understand.

  • @trevorfranks69
    @trevorfranks69 2 роки тому

    Now this is the cheatsheet i need

  • @DuongVu-sx6ii
    @DuongVu-sx6ii 2 роки тому

    erm i don't know how to add it in the scene, can any1 help me

  • @stormy2049
    @stormy2049 2 роки тому

    HELP PLEASE
    Automapping doesn't work, when I press ''ctrl M'' I get an error message that says that no rules file were found even after meticulously checking that every name conventions had been respected and that every file is placed where it should be, it simply doesn't want to work.

    • @AdamCYounis
      @AdamCYounis  2 роки тому

      The official documentation is the best help I can offer: doc.mapeditor.org/en/stable/manual/automapping/

    • @phatnguyen-cy7gb
      @phatnguyen-cy7gb 6 місяців тому

      Maybe you need to manually tell windows to open the .tsx file with Tiled. if it still not works, you had to go into the project properties and specify where it should look for the rules.txt file.

  • @tabtaste
    @tabtaste 2 роки тому

    Hey, great Video! Love your Content! How would you do it when you have some kind of spikes or different output/terrain in your Rules? I define more than 1 input tile to do so. Did you have a better way to do? Greetings!

    • @AdamCYounis
      @AdamCYounis  2 роки тому +1

      I haven't personally used this method but I would imagine you would have something like a "hazard" tile using an alternate tile colour to your "geometry" tiles in your input layer, then you would have rules that look for the hazard and replace it with the appropriate spikes etc. Sideways spikes on walls, upward facing spikes on floors etc.

  • @lucasmourao3794
    @lucasmourao3794 2 роки тому

    Hello Adam, I know that you are very experienced in pixel art and you answered many questions about how an attack animation in pixel art looks like, but would you know how to recommend a channel or would you have the knowledge to record a video about vector art, especially animations of attack? I see amazing games that seem to use Vector art and I would really like to know the process, software, how to add the VFX in the attack and also a video about damage impact would be cool, how to make an animation of an opponent feeling the impact, how to be thrown backwards in a metroidvania or even a player character getting a hit or a series of combos, making your character react with different animations as it takes damage from each hit or 3 or more hits in a row. Your channel is great, keep up your amazing work.

  • @GeorgeKarala
    @GeorgeKarala Рік тому +1

    Can we get updated tutorial

  • @adora6860
    @adora6860 Місяць тому

    THANK YOU SO MUCH

  • @IcyStarsy
    @IcyStarsy 2 роки тому

    Haii, I'm programming a farming game like Stardew Valley and I would like some characters running around but the time effort for pixeling every animation for many characters is just too high. Do you have some kind of advice or a tool for me to help?
    Every help is appreciated!

  • @iamsushi1056
    @iamsushi1056 2 роки тому

    Wait, does this use a Wave Function Collapse? Cause if it does work the way I think it does, that is a super elegant implementation

  • @orikalin
    @orikalin 2 роки тому

    agreed, I tried using the auto tiling in unity, and its just entirely useless because it cant cover all my use cases, and if I cant mix auto tiles and manual tiles, unless I put them on different layers, and that creates an entirely different workflow and management problem.

  • @bceng89
    @bceng89 3 місяці тому

    i don't recommend using a tile in the "regions" layer as "input" layer. I'm talking about the air tile. That can be difficult to see which tiles were missed if you cant tell the difference between the 2 layers.

  • @TincHoH95
    @TincHoH95 2 роки тому

    Hi Adam!! Amazing video, great content as always :))
    Just wanted to ask if we could someday make an analysis on the art of Rain World which has procedural animation, AI generated maps and stunning art.
    Thank you!!

  • @DaElfer
    @DaElfer 2 роки тому

    i was always hoping you would come back to that. Question. Is the collider for the ground taken from the region layer and then slap a polygon2d collider to it in unity?

  • @kirje4770
    @kirje4770 2 роки тому

    awesome video ! :p

  • @Salamaleikum80
    @Salamaleikum80 Рік тому

    Why would you use tiled instead of unitys build in level builder?

    • @AdamCYounis
      @AdamCYounis  Рік тому

      Far more control over auto-mapping rules for tilesets that have designs going in deep from the edges and complex variations.

  • @seesonrise
    @seesonrise 2 роки тому

    Це дуже гарне відео я як новачок у юнити мені це дуже допоможе. Дякую.

  • @samuelbird4587
    @samuelbird4587 2 роки тому

    Hi Adam, (and happy new year btw!) - Thanks again for this video, but I have a question. Tiled auto-tiling is working great. I'm using SuperTiled2Unity to import (also working great), just drag and drop and... voila! But, where do you stand regarding colliders? I'm making a side-scroller, and I want the ground collision to be somewhere in the middle of the top tile (so it doesn't look like the sprite is standing right on top). But I'm a bit stuck with the best way to go about this. Should I try and add the collision shape in Tiled? But then surely each individual tile will have an individual collider and that seems like it might cause problems... Or is there a way to add them in Unity and specify the shape on the tilemap?
    I'd appreciate any wisdom! Hope 2023 is treating you (and Armin) well :)

    • @soulstealy781
      @soulstealy781 Рік тому +1

      you can use the composite collider component in unity to merge colliders that touch

  • @TYNEPUNK
    @TYNEPUNK Рік тому

    awesome video, did u draw them tiles?

  • @bissash103
    @bissash103 2 роки тому

    Adam do you usually read all the documentation of the tools before you start to using them?

    • @AdamCYounis
      @AdamCYounis  2 роки тому +1

      I'm very stubborn when it comes to using new tools, I like to see how much I can do without touching the documentation as a way of testing the tool's UX. Of course, as soon as I get stuck I start reading. It just depends on how complicated the thing is. For something like Blender, I go straight to tutorials.

  • @_hallowed_
    @_hallowed_ 2 роки тому

    Great video! Just wondering though, what theme are you using for Aseprite?

  • @reidschott5517
    @reidschott5517 Рік тому

    does this only work with unity? (usually i am a unity dev but ive been branching out and lately been messing around in godot)

    • @BanditLeader
      @BanditLeader Рік тому

      well its been 3 weeks so you probably know the answer by now. so how about you share your experience of using it with godot which it supports?