TILEMAPS in Unity

Поділитися
Вставка
  • Опубліковано 29 кві 2024
  • Learn how to use the Tilemap tools in Unity to easily create cool 2D levels.
    Watch TILESET in Photoshop: • TILESET in Photoshop (...
    ● Download Tileset: downloads.brackeys.com/tutoria...
    ● Extra Features: github.com/Unity-Technologies...
    ● Extra Examples: github.com/Unity-Technologies...
    ❤️ Donate: www.paypal.com/donate/?hosted...
    ····················································································
    ► Join Discord: / discord
    ♥ Subscribe: bit.ly/1kMekJV
    ● Website: brackeys.com/
    ● Facebook: / brackeys
    ● Twitter: / brackeystweet
    ········································­­·······································­·­····
    Edited by the awesome Sofibab and Lebonques.
    ········································­­·······································­·­····
    ► All content by Brackeys is 100% free. We believe that education should be available for everyone.
    ❤️ Donate: www.paypal.com/donate/?hosted...
    ········································­­·······································­·­····
    ♪ Baby Plays Electro Games
    teknoaxe.com/cgi-bin/link_code...
    ♪ Shaving Mirror Kevin MacLeod (incompetech.com)
    Licensed under Creative Commons: By Attribution 3.0 License
    creativecommons.org/licenses/b...

КОМЕНТАРІ • 1,2 тис.

  • @Rezorrand
    @Rezorrand Рік тому +143

    For new viewers these tilemap extras are now available in the 2D pack, with example ruletiles available for import in Package Manager -> 2D Tilemap Extras -> Waterfall Animated Tile, Pipe Rule Tile, and Dungeon Rule Tile.

    • @mags.3459
      @mags.3459 Рік тому +2

      wait so does this mean i dont have to separately download it for unity if i select the 2D option when im creating, or is there a whole pack i should download from unity for making my game? im a beginner and this will be my first game!

  • @mangoalias608
    @mangoalias608 6 років тому +2366

    Oh my god his icon is brackets. Brackeys. His name... and his icon... Why didn't I notice this sooner?

    • @Likax100
      @Likax100 6 років тому +124

      OnlineShopping haha welcome to the secret group of us who have realised this! You will be sent an invitation to or hq tomorrow.

    • @hoekiepoekie5232
      @hoekiepoekie5232 6 років тому +18

      Mindblown

    • @rastaarmando7058
      @rastaarmando7058 6 років тому +14

      woah

    • @YimboSlyce
      @YimboSlyce 6 років тому +9

      woah, lol

    • @HunterTheWalrus
      @HunterTheWalrus 6 років тому +14

      Lol I never realized that either

  • @sykoo
    @sykoo 6 років тому +895

    *That desktop background though!*

  • @Fourzifer
    @Fourzifer 5 років тому +524

    If people are still having problems with the lines appearing after 10 other fixes (like what I went through), changing the cell gap in the grid's inspector to -0,001 will make sure the lines are gone, while the tiles themselves look the same to the naked eye.

    • @BEZERKSTUDIOS718
      @BEZERKSTUDIOS718 5 років тому +20

      you are a lifesaver

    • @ormiks7597
      @ormiks7597 5 років тому +15

      i have changed it and still have the lines

    • @toksi88
      @toksi88 4 роки тому +40

      Don't forget to set the sprite filter to point(no filter)

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

      Thanks a lot ^^

    • @super66reaper91
      @super66reaper91 4 роки тому

      Bless your soul

  • @thecyborghulk3045
    @thecyborghulk3045 5 років тому +8

    1:55 thanks so much for showing me the point, I was so confused why the pixel art was blurry

  • @TimbavatiLion
    @TimbavatiLion 6 років тому +5

    Great video. When i started with 2D Tiles in December, i had to learn all this the hard way ^^ turning off Antialiasing and Compression, setting Tile Size etc. until it looked right.
    Now that you've shown me the Terrain Tiles i'm definitely gonna check out those 2D extras from Unity; painting a level is so painfully slow when you have to switch the tile for corners and walls all the time by hand :/

  • @llirik0san
    @llirik0san 6 років тому +3

    Just awesome as usual!!! Thanks a lot for your videos, I'm an indie developer and I use your tutorials a lot during my work. Thanks again for your work!

  • @yeetythatmeety6856
    @yeetythatmeety6856 6 років тому +28

    Yo Brackeys, you are now officially my favourite yourube channel ever, thank you for the awesome content man!

  • @KissMachine23
    @KissMachine23 6 років тому +5

    The work you are doing is massive you deserve all your viewers and more.
    Keep up.

  • @weyoun9th
    @weyoun9th 6 років тому +17

    this is sooo wonderful!!! it finally convinced me becoming a patron of yours. keep up the good [2D] work!

  • @Nao-ed4it
    @Nao-ed4it 4 роки тому +6

    If you're having trouble when updating slices in your tileset using a fixed tile size, try slicing just once but with all your empty spaces filled with something (like a solid color). This way your tiles and palettes will update as you go and you'll just need to clear up your main file after to get the transparent parts.

  • @chickentricep129
    @chickentricep129 3 роки тому +15

    Exactly the video I've been looking for, 2 years later and you're still helping people out

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

      doesnt work anymore though :,(

  • @ethanviolet1
    @ethanviolet1 6 років тому +48

    You should do a video on biomes and procedural terrain. I know you have one already but it’s really basic. I would appreciate it if you do it!

  • @user-jq3um6ez2h
    @user-jq3um6ez2h 10 місяців тому +19

    Helpful tips:
    if you use default settings for tilemap, and you found when you paint tiles on grids, it's too small or too big, you can change the "Pixels Per Unit" value in the texture's inspector.
    for example, your texture is 32x32 per unit, then you change this value to 32

    • @hughesd22
      @hughesd22 6 місяців тому

      Yep! Hugely important point. Don't just change grid size to match up like I've seen some novices do. Change the PPU to match your tilesize. In my case 16x16 but it can be anything.

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

      He covered this @ 1:32

  • @digital_down
    @digital_down 5 років тому +1

    I keep watching this over and over for reference. Great video. It covers everything I need to know!

  • @UltiemeHack
    @UltiemeHack 5 років тому +1

    Thank you for your video! Just bought a bundle with RPG elements from Humble Bundle, and this tutorial helps me out a lot :)
    Very clear.

  • @ReeceCJ123
    @ReeceCJ123 6 років тому +3

    Love your work, you fuel my passion for making games, thank you

  • @HappyMatt12345
    @HappyMatt12345 3 роки тому +9

    3 years late, and still the only game dev tutorial channel I honestly learn anything from!

  • @retroradar_de
    @retroradar_de 6 років тому +2

    thx for the hint with disabling anti aliasing! i always wondered why the lines appear

  • @dariasilbern2752
    @dariasilbern2752 5 місяців тому

    Thank you so much! I have watched about 5 videos on tile maps, and this is the first one that explains every question I had

  • @seanyasnogorodski8944
    @seanyasnogorodski8944 6 років тому +31

    Damn this is just was i was looking for a few days. You helped me a lot =D
    Love your videos tho

  • @dc37wwe2kmods
    @dc37wwe2kmods 3 роки тому +16

    For those having trouble with the tilemaps having lines reappearing (like gaps): try putting the sprites on a sprite atlas, set the filter to Point, set the Compression to None, leave everything else by default, and click "Preview Pack". This helps me :)

    • @aneade8892
      @aneade8892 3 роки тому

      What about resizing them? Every tile takes 3x3 while i only need 1x1, how do i scale them? I tried 1x1, 30x30 and 40x40

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

      @@aneade8892 Try creating a new default sprite material, turning on pixel snap and then applying this to the tile maps

  • @digital_down
    @digital_down 5 років тому +1

    My new favorite channel. Oh god I’ve only seen a few but I’m on a Unity kick now after using Unreal for quite some time. I’m going to binge watch all of your videos for the next few days.

  • @UltimateQball
    @UltimateQball 4 роки тому

    I've been following you Brackeys for many years. Thank you for this tutorial video

  • @dcry1003
    @dcry1003 2 роки тому +11

    for those having hard time trying to fit there sprite image to fit the tile map's grid, select the sprite image and go to the inspector and change the *"pixel per unit"* to fit the pixels use in creating your sprites for example
    (if im using a sprite image with 16x16 thats *160x160* then change the 100 default pixel per unit in the inspector to 160x160 then hit apply to fit the pixels used to creating that sprite if not your sprite might not fit the grind, like its too big or too small)

  • @Thomas-wd8zm
    @Thomas-wd8zm 6 років тому +16

    Make a vid about building system in game with tilemap

  • @mattsponholz8350
    @mattsponholz8350 6 років тому

    HECK YEAH! I was showing your previous TileMap videos to people at Global Game Jam 2018! Well done, again!

  • @FeedehC
    @FeedehC 4 роки тому

    Thanks a lot Brackeys!! I had the same problem as you had and the solution to create the palette in order it's just what I needed. Thanks again and new sub!

  • @LesusGames
    @LesusGames 3 роки тому +6

    Great Tutorial, although collision wasn't explained (Still, easy to figure out). Also, it seems the auto tiles and animated tiles still haven't been included with 2019.3?

  • @gboygamer1265
    @gboygamer1265 5 років тому +15

    My Gosh This guy is the best Teacher i have ever had .Thank u so much brackeys .
    oh and i subbed

    • @Kn3rd5oftheRoundTable
      @Kn3rd5oftheRoundTable 5 років тому

      Between brackeys and udemy I have managed to learn a lot about C# and Unity and how to handle the engine. Seriously great resources.

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

    Thanks! With one artist on my dev team, this is an insane time-saver.

  • @davestr2046
    @davestr2046 6 років тому

    Always trust Brackeys to come up with quality, top notch stuff. Hats off.

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

    Thank you brackeys for your tuts, they're really helpful, clear and precise tuts! more power

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

      Never skips a step, never assumes you already know something yet still manages to keep it concise. A very talented teacher

  • @braxtonsdev9564
    @braxtonsdev9564 6 років тому +7

    You should do a mobile game tutorial or something if you haven't already
    By the way I love your channel so much, you have helped so many people in the game industry and I'm thinking of becoming a Patreon supporter📱🎮👾

  • @zanzaraloggan3713
    @zanzaraloggan3713 6 років тому

    It is really good to see how you are progressing! I wish you success in your career

  • @georgiaranson2186
    @georgiaranson2186 6 років тому

    I love you. you have no idea how long ive searched for the answers you have now given me

  • @RockefellerSteel
    @RockefellerSteel 5 років тому +197

    How do you move tiles in a tile palette like at 5:51? I tried using the 4 arrow move button but it didn't move any of the tiles.
    EDIT: Nevermind I figured it out. First, you unlock tile palette editing, then you use the select tool on the far left of your palette window, then switch to the move tool I mentioned earlier, then move freely.

    • @gametolife5937
      @gametolife5937 4 роки тому

      thanx pro

    • @brodyclark9081
      @brodyclark9081 4 роки тому +9

      Bro this actually saved me, thanks, I've spent like a month trying to figure this out lol
      edit: I can't figure it out and I'm dying inside
      edit 2: I figured it out!

    • @angelicus-9307
      @angelicus-9307 4 роки тому +2

      God im stupid i was spending like 5min
      "Wtf does he mean... i cant get this to work."
      Somehow, even after reading (too quick i guess) your message, i still missed the step of clicking on the select tool.... So now i feel stupid, but at least thats one problem fixed. Thanks.

    • @play2win510
      @play2win510 4 роки тому +1

      cloudsat7326 how do you unlock the tile palette editing? I know you commented this over a year ago but I’m hoping you could reply decently quick

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

      Play 2 Win for my unity 2d, theres the word “edit” just above all the tiles in the tile palette view

  • @user-xu2he3oi7d
    @user-xu2he3oi7d 5 років тому +3

    If you still have the line. You could try to go to the Grid component, and set the Cell Size from 1 to 0.99, both the X and Y.

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

      This was the solution that worked for me. Thank you!

  • @Doylgaafs9
    @Doylgaafs9 6 років тому

    I've just checked because I thought it was a long time since the last video. And at the same moment (1 minute ago) you uploaded it. I approve. :)

  • @shogunisheremistaa3432
    @shogunisheremistaa3432 4 роки тому

    Choosing "Automatic" type of slicing is also quite useful, if you have problems with "Grid By Cell Size"

  • @eliaspujols5015
    @eliaspujols5015 4 роки тому +9

    You are awesome!
    It's like a good StackOverFlow on UA-cam but with something more inspirational!

  • @nombreapellidos1094
    @nombreapellidos1094 6 років тому +4

    Brackeys, I love your videos, how would we get perfect pixel? I mean that pixelart looks really weird on Unity, like, the pixels get resized by the position of them...

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

    it is quite relieving to see big creators like you having silly concept gaps like importing tiles the wrong way, just like beginners like me do, that definitely gives me hopes that one day i will become a proper game developer!

  • @Fahnder99
    @Fahnder99 6 років тому

    Pretty much well done a pleasure to follow (audio is pro level). I'd recommend to integrate the corrections, as it would be worth it.

  • @quartzcandy
    @quartzcandy 5 років тому +32

    To everyone with the lines between the tiles even after turning off anti-aliasing here is the solution.
    In the asset folder (or any place) right click and and click create, then choose material.
    In the Inspector panel for the new material click on the shader and change it to Sprite and then Default. Make sure Pixel Snap is checked.
    Following this, in the Hierarchy click on any tilemaps you have and go back to the Inspector panel on the right. In the Tilemap Render press the circle beside the Material and choose the new material you made.
    Ta Da!

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

    You can also rotate tiles by pressing "[" or "]"!

  • @kasarch
    @kasarch 6 років тому

    Wow. Thanks a lot. 2d-extras/terrain - is what I needed in unity tilemaps. I loved this feature in Tiled editor.

    • @SaulBedMan
      @SaulBedMan 4 роки тому

      can u share how you imported it to the project?

  • @vyn5231
    @vyn5231 6 років тому

    Thx you so very much for making this video! Wasn't aware of those features at all and it is gonna be so useful for the project I am working on atm. :)

  • @andrewkerr9438
    @andrewkerr9438 6 років тому +4

    A video on asset bundles maybe?

  • @EmanuelLopesS2
    @EmanuelLopesS2 6 років тому +12

    When I disable the anti-aliasing I have this lines... Why?

  • @loneadventurerstudios6537
    @loneadventurerstudios6537 5 років тому +1

    Thanks so much for this tutorial! Very helpfull! I used it as a reference in one of my videos, I gave you credit in the description :) I'm making my first game while sharing everything that I learned that week :) Hoping to inspire other beginner developers while motivating myself to keep going!

  • @timkaf
    @timkaf 6 років тому

    Thanks Brackeys!! Been waiting to learn more about this.

  • @tomsonerify
    @tomsonerify 6 років тому +8

    Thanks for this tutorial Gyllenhaal

  • @Nosey2k8
    @Nosey2k8 5 років тому +32

    Disabling anti-aliasing didn't seem to solve the problem of getting rid of the lines/gaps on the tile map, I still get the background appearing through gaps where tile ends, I've seen suggestions to edit the tiles in Photoshop to solve this, however when you have over 1000 tiles this would be very time consuming, does anyone have an alternative suggestion to this that would solve the problem?

    • @miksuko
      @miksuko 5 років тому +5

      Pixel snap on the material works

    • @JamesLorimor
      @JamesLorimor 5 років тому +7

      I saw in another video that you can click on the Grid and in Cell Gap, put in a VERY small negative number, like -.0001 and it takes care of the issue. YMMV.

    • @Aguyfrom225
      @Aguyfrom225 4 роки тому

      Yes. Get tile to unit. I got it a few years back and its amazing.

    • @pfp4ever
      @pfp4ever 3 роки тому

      i am late but if someone else has problems here might help
      check what type of tilemap are you using?
      did you check if your tile size fits your grid ?
      "By default, a Tilemap’s cell size is set to 1x1 unit, which is fine for a traditional Tilemap with square tiles where a tile’s pixels per unit matches its resolution. For hexagonal and isometric Tilemaps, we’ll need to change that. To find our cell size, we’ll divide the tile’s pixel resolution by its pixels per unit setting."

  • @hangryzombit535
    @hangryzombit535 6 років тому +1

    this is amazing, thanks brackeys!

  • @muffollo
    @muffollo 4 роки тому

    Your thing is great, everything. I'm a tutorial junky and yours are top of the line. Thanks!!

  • @onionface5835
    @onionface5835 5 років тому +43

    I downloaded the package, dropped it in unity, but it only gives me errors and doesn't give me any of the options you showed. There's also no install/use guide so I don't know what's right or wrong - anybody else dealt with this issue?

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

      Yes me too

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

      Did you figure it out?

    • @mbrown1253
      @mbrown1253 4 роки тому +18

      I ran into the same problem. Here's what I did to fix it.
      Download the 2d Extras features as a zip file.
      Extract the zip to any location on your hard drive.
      Open your project in unity and go to the Window menu and select Package Manager.
      On the Package Manager window select the + in the upper left of the window and select Add Package from Disk.
      Navigate to where you unzipped the 2d Extras and select the Package.json file in the 2d-extras-master folder.
      To get the samples he shows you need to download the 2d-techdemos at the link above.
      Copy the Assets and Package folders to your project folder and merge them with the existing Assets and Package folders.
      You should be good to go.

    • @thesxex
      @thesxex 3 роки тому +1

      @@mbrown1253 i followed these instructions exactly and now my project won't open because of package errors. i feel like this is more trouble than it's worth.

  • @nikosaarinen3258
    @nikosaarinen3258 4 роки тому +81

    When you say "hierarchy", it sounds like "horror key"

    • @dannycurt9568
      @dannycurt9568 4 роки тому +3

      he could prounounce it like " high-ar-key

    • @robertprosser4425
      @robertprosser4425 4 роки тому +1

      Equally disturbing every time I watch this. Like, I feel I have to check under my bed or in the closet.

  • @logicinc3558
    @logicinc3558 6 років тому +1

    Really good video, you can explain all the things so good ! :D

  • @alexandreclement9399
    @alexandreclement9399 6 років тому

    Great vid ! You haven't talked about the use of the tile map for 3d environment, but this is very handy :)

  • @danielleon1349
    @danielleon1349 5 років тому +8

    So I downloaded your photoshop-edited tileset, and changed to no anti-aliasing.. but still, the black flickering is all over the place. What should I do?

    • @alextei1
      @alextei1 3 роки тому

      Turn off Bilinear filtering on your tilemap textures.

  • @vortex7931
    @vortex7931 3 роки тому +5

    Is there a way to add colliders to all the tiles placed in the tilemap
    Edit: Never mind I figured it out. You just add a tilemap collider to the tilemap itself.

  • @ptilioux
    @ptilioux 6 років тому

    The tutorial I needed, thanks man !

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

    Those small captions were killing me the whole time :D
    Thanks for the video!!

  • @Dot.Inside
    @Dot.Inside 5 років тому +3

    when I import my tilemap it loads it in but I never actually see the tiles in the pallete

    • @indoria8706
      @indoria8706 4 роки тому

      Set the sorting layer of tilemap to default and sorting order to 10 or something

    • @codereaper7583
      @codereaper7583 4 роки тому

      For me the exact opposite happens.
      Its visible in the palette but it doesnt show up in the tilemap

  • @tdoubledub1
    @tdoubledub1 5 років тому +16

    5:13 all the tiles are super small in the tilemap box, I can't tell what they are

  • @LOCKSHADES
    @LOCKSHADES 6 років тому

    I've not been hearing Jason's name as a Patreon anymore. It was one of those things that completed your credit section. I could what you'd say next. I miss those times. Thanks for you tutorials. It's been lovely from the beginning.

  • @TheCodesnippet
    @TheCodesnippet 4 роки тому

    Excellent tutorial, you are an incredible teacher!

  • @evanfinken191
    @evanfinken191 6 років тому +21

    I followed the instructions, but when I drag my tiles into the palette window, they don't show up. They get created, but they don't go into the window. Help?

    • @blumenkohltv1565
      @blumenkohltv1565 3 роки тому +3

      @@part-timetoaster5075 pretty sure its because you have "edit" enabled. I had this problem too. Just click on the edit button in your tile pallete window. Very bad GUI design.

    • @alexchorny8599
      @alexchorny8599 3 роки тому +1

      Well, I've met this problem too, and I haven't googled any proper solution (though there are a lot of posts about this issue). For me it shows up when I choose Cell Size to automatic (in create palette window, not in sprite editor). Hope it would be useful to someone.

  • @yantzee0014
    @yantzee0014 5 років тому +30

    I still have the weird lines between tiles even after the anti-aliasing was disabled...

    • @wahhajmustafa1907
      @wahhajmustafa1907 5 років тому +19

      Disable the compression and filter on the Sprite itself in import settings

    • @renannandi
      @renannandi 5 років тому +2

      @@wahhajmustafa1907 thank you!

    • @Manuel-hj1yu
      @Manuel-hj1yu 4 роки тому +4

      @@wahhajmustafa1907 I fking love you my dude

    • @porcodanet4857
      @porcodanet4857 3 роки тому +1

      @@wahhajmustafa1907 I LOVE YOU

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

      @@wahhajmustafa1907 I still have lines even with those changes too :(

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

    brackeys always got the best tutorials

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

    if you have a character in scene on layer 1, you can change the topmost tilemap layer to -1 and then -2 and so on and that will fix any visual glitches (mine would go behind the tiles on certain inputs )

  • @toastindustries7737
    @toastindustries7737 5 років тому +3

    whenever i use the tiles palette my grid goes away and i can only paint in tiny 1x1 squares in a huge area

    • @peyton.simpson
      @peyton.simpson 4 роки тому +2

      did you find a fix because i have the same problem

    • @XPSprecken
      @XPSprecken 4 роки тому

      I'm having the same problem.

    • @AnimusZen
      @AnimusZen 3 роки тому

      Figured it out: Highlight your palette and change the "Pixels Per Unit" to "32", and apply.

  • @FelipeDermann
    @FelipeDermann 6 років тому +3

    I love this new tool in Unity but I my pixel art tends to jitter every time my camera moves and it looks pretty bad (but only when there is camera movement). Does anyone know why this happens?

    • @renynzea
      @renynzea 6 років тому

      Felipe Dermann my guess is your monitor refresh rate. I have seen screen tearing on my monitor in Unity when it runs at 59 hz.

    • @rufusbot4710
      @rufusbot4710 5 років тому +1

      My understanding is if your camera moves faster than the player, it follows to quickly and gets ahead and needs to correct by jumping back real quickly. If you haven't established a camera speed variable to smooth out the movement, do that and make sure it's not going faster than the player.

  • @martinmalmeiaarsland1470
    @martinmalmeiaarsland1470 4 роки тому

    Wow! Great introduction on how to use Tilemap!

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

    A lot of people seem to get stuck because they're not slicing up the tilemap image, The sprite has to be set to [Multiple] mode instead of the default [Single]. Next, open up the sprite image asset in the Sprite Editor window, and choose [Slice > Grid By Cell Size] to slice up the image into multiple sprites that are the same size in pixels as the tiles in the tilemap sprite image asset.

  • @ayrientom
    @ayrientom 6 років тому +49

    DID YOU HAVE TO UPLOAD THIS AFTER I LEARNED THIS?

    • @kitthekat6844
      @kitthekat6844 6 років тому +5

      Well, it'll be usefull for people like me =]

    • @no00ob
      @no00ob 6 років тому +1

      Kealo and me :D

    • @piyushharjani5220
      @piyushharjani5220 6 років тому +1

      i know how yo feel

    • @piyushharjani5220
      @piyushharjani5220 6 років тому +1

      thats why i am going to wait for shader tutorials

    • @ayrientom
      @ayrientom 6 років тому +2

      crazy gamer wait hes gonna do that!? DAMN IT!!

  • @osamation
    @osamation 4 роки тому +4

    i can't find tilemp option in 2d game object

    • @nonya9713
      @nonya9713 4 роки тому

      osamation omar same

  • @Mycrosss
    @Mycrosss 6 років тому +1

    Hey, could you make a tutorial on how to make an event system ( random events chosen from a list after you go to a ? node) like in Slay The Spire? Thanks for all the content you made so far, you're amazing! :)

  • @NathRobinson
    @NathRobinson 6 років тому +1

    Great Stuff, I would love to see a video on Procedural and physics based animation!

  • @Goblexter
    @Goblexter 5 років тому +8

    0:30 Is that how they pronounce "You da man" in Sweden?

  • @gamerproxxGAMERPROYTxx
    @gamerproxxGAMERPROYTxx 6 років тому +5

    Please, how to make game like tekken or MK or SF

  • @VancoldGH
    @VancoldGH 6 років тому

    A good example to see amazing tile art is secret of mana. A lot of the maps are tiles. What they did is to cover them up with tiles. So you have 2-3 layers of tiles which really makes it hard to see that they use tiles at all. ;)
    Good video ;)

  • @albarnie1168
    @albarnie1168 6 років тому

    It'd be nice to see a video on the new Unity Hub
    Edit: And shader stuff!

  • @Xanhomey
    @Xanhomey 6 років тому +29

    wait how it is only 36 views and only 18 like is UA-cam Broken #BrackeysIstheBest and can you brackyes make a tutorial about maya for game modeling pls

    • @PHeMoX
      @PHeMoX 6 років тому +1

      I guess someone should do a tutorial on how to manage the unimaginably large amounts of 'real-time' view counts youtube servers need to deal with on a minute to minute basis and you'd understand it is not actually 'broken'. It's simply set up in such a way the priority is with uploading / downloading videos so we can watch whatever new stuff Brackeys puts out, instead of having to wait for a somewhat meaningless counter to update itself LOL.
      edit: by the way, you're correct about the likes lol. Missed that the first time.

    • @Sparrow420
      @Sparrow420 6 років тому

      yeah, it's just youtube being youtube...
      Brackeys is still one of the best unity guys, don't get me wrong.

    • @Exploshi
      @Exploshi 5 років тому +1

      no blender ftw

  • @hahahahaha5694
    @hahahahaha5694 4 роки тому +5

    I downloaded the 2D extras tilemap feature which includes the other tilemap features for animated tiles, pipeline tiles and blah blah blash. Then i extract the zip folder to the Assets folder of my 2d project. However i coudnlt use the feature and i got an error. Am i doing something wrong? Please help me!!

    • @slowsilvr996
      @slowsilvr996 4 роки тому

      pretty sure you gotta unzip the files, you can do this by using a program like winrar. Hope this helps!

  • @jacksonsaalfrank5314
    @jacksonsaalfrank5314 6 років тому

    Im very new to unity in general and ive just been watching all of your vidoes before starting anything and I was just wondering if you planned on making videos that would teach making a 2d game using these types of maps. I just cant really find any videos on how to do things like player movement and stuff for 2d. If you could maybe consider making videos about it I would love it TY!

  • @SaadTahirVelocity7
    @SaadTahirVelocity7 6 років тому

    Lol I noticed the logo was brackets after reading the comments. Amazing tutorial again! :D

  • @Avidi
    @Avidi 6 років тому +7

    I’m an indie developer an I have a small UA-cam channel, I’m fairly novice I’ve been doing Game art for around a two years transferring from 2d to 3d Im curious on thoughts of my progress if you have any free time, and also this tilemap video is going to do wonders for me on my next upcoming game ! Thank you so much

    • @saadahmad5775
      @saadahmad5775 6 років тому +1

      Amazing work brother. Can't wait to play your game.
      ps: if you need any help in programming, i would love to help.

    • @Avidi
      @Avidi 6 років тому

      Wow thank you I really appreciate that! Right now the only tricky part for the code portion of the game is setting up a database, we seem to have alot of trouble with that.

    • @sykoo
      @sykoo 6 років тому

      Avidi is there anything specific you find hard about creating a database for it? :)

    • @Avidi
      @Avidi 6 років тому +1

      Sykoo yea there is, you can email me at avidihd@gmail.com an We can talk about everything if you are interested, thank you for the help

    • @saadahmad5775
      @saadahmad5775 6 років тому

      i would love to help you but i know very little about database. :(

  • @brokenstudiotv
    @brokenstudiotv 6 років тому +17

    I misread the title as TIMELAPSE xD

    • @kitthekat6844
      @kitthekat6844 6 років тому +2

      I just realised timelaps and tilemaps have the exact same letters, except the "m" and "l"...
      The more you know...

    • @no00ob
      @no00ob 6 років тому

      Kealo true lol

    • @johntoohey8899
      @johntoohey8899 6 років тому

      lol

    • @hitlard5305
      @hitlard5305 5 років тому

      I know that this comment is old but I just need to point out that your spelled timelapse wrong

  • @spunkmc482
    @spunkmc482 3 роки тому

    Brackey's sir you are the best thank you so much for making Unity easy to understand

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

    This was incredibly useful, thank you!

  • @goldengamer8510
    @goldengamer8510 6 років тому +3

    I need some help, it doesn't show tile map for me in 2d object. I don't know maybe, I missed a step or something but I can't find it.

    • @PROJECTJoza100
      @PROJECTJoza100 6 років тому +2

      Golden Gamer download the lstest unity version

    • @goldengamer8510
      @goldengamer8510 6 років тому +2

      thx, u don't know how long I waited for an actual answer, even if I do feel dumb for not thinking of that :P

    • @PROJECTJoza100
      @PROJECTJoza100 6 років тому +2

      Golden Gamer np bro, but one thing ineed to say is. Dont update it by pressing update when you open unity because that will only go to the newer version. Forexanple if u have 5.6.0 it will update to 5.6.1. Instead just go and download the unity 2018 installer from the website

    • @goldengamer8510
      @goldengamer8510 6 років тому +1

      PROJECT: Joza100 I couldn't find the update button so that's what I did :P

    • @PROJECTJoza100
      @PROJECTJoza100 6 років тому +1

      Golden Gamer ok nice xd

  • @radd_ai
    @radd_ai 5 років тому +5

    that ugly weird lines. disabling anti-aliasing didn't work!

    • @miksuko
      @miksuko 5 років тому

      Pixel snap on the material works

    • @chefsalat881
      @chefsalat881 5 років тому +1

      @@miksuko Still won't work

    • @quackz5430
      @quackz5430 4 роки тому +1

      I know im late af but set filter point on point (no filter) on the sprite itself that works for me.

  • @khaeopss.151
    @khaeopss.151 6 років тому

    Could you do a further video on how to manipulate a tilemap (adding and removing tiles via interaction) at runtime?

  • @nikksengaming933
    @nikksengaming933 6 років тому

    Omg yess! I've waited so long for this!

  • @satyam5011
    @satyam5011 3 роки тому +6

    Who is here after brackeys quite UA-cam

  • @papaja04Gaming
    @papaja04Gaming 4 роки тому +13

    9 yo: **unity is a copy of Mario Maker >:(**

    • @besportscrazy
      @besportscrazy 4 роки тому

      @@disrespecc9678 I am of that age and find this offensive.. This is more like 20+ yo

  • @rogueoperative1547
    @rogueoperative1547 6 років тому

    Love this video man, you're a star.

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

    Omg thank you so much this was so helpful