3D Tilemap with Rule Tiles (Tutorial)

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

КОМЕНТАРІ • 57

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

    Your channel is godsent for people trying to learn game dev! I've never seen someone make a helpful tool, release it for free then make a video about it explaining it in detail.
    Thank you sir.

  • @Soundy777
    @Soundy777 9 місяців тому +1

    Really clever way of leveraging unity's underlying systems, brilliant tutorial!

  • @김지혁-y9f
    @김지혁-y9f 2 місяці тому

    Thank you so much. It really helped me out a lot. I'm just grateful that I can watch these videos for free.

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

    congratulations for the tutorial is wonderful, wait for new videos on this subject.

  • @gostan2718
    @gostan2718 13 днів тому

    Hi thank you for this awesome tool, can you explain more detail how to setup the rules?

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

    Hey, this is amazing!
    Question: dose the mesh combine generator allow combining 3d-tiles with multiple material/shader?

    • @MichaelsGameLab
      @MichaelsGameLab  10 місяців тому +1

      With this method, I think the tiles would need to be the same material one to be combined.

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

      ok thanks for the response!@@MichaelsGameLab

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

    You can make a video to make everything round, like an island with volcanoes in the center

  • @user-prgskhs
    @user-prgskhs Рік тому

    Hi, thanks for your amazing work!
    I'm a unity beginner, and I wonder what should be notice when I use my own models in your 3D Tilemap?
    Will it have any effect on generate rule tiles or other else?
    And sorry if my sentence is inaccurate.

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

      You can use your own models for the tiles, but you might have to create your own rules to go with them.

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

    Hello, this looks nice! It seems like you do not have any license in the github repo. Is this intended so the standard copyright applies? Does this mean it cannot be used for personal or especially commercial projects? Thank you!

    • @MichaelsGameLab
      @MichaelsGameLab  Рік тому +2

      Thank you for pointing this out. I will see about the copyright stuff on github, but this is a free solution I have made that you can use in any project commercial or otherwise.

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

      @@MichaelsGameLab thank you for your quick reply and thank you for making it completely free! Will consider using it in some of my projects.

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

    Fantastic stuff! Any chance of this making it to 2022.3 LTS?

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

      I think that it should work for that version. I have not personally tested on it though.

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

    This is awesome and thanks a lot for sharing! I have a problem when I have submeshes in my object though. Only one submesh is preserved after "combine meshes". The second submesh is gone. Any idea how to fix it?

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

      I think it is only programmed to combine rule tile meshes and then it hides the rule tiles, so if the have submeshes or child objects, then they would also be hidden/disabled.

  • @BRtn-nn9nr
    @BRtn-nn9nr Місяць тому

    I just have one question, what about the colliders? Does each block have its own collider?

    • @MichaelsGameLab
      @MichaelsGameLab  Місяць тому +1

      When you combine them the collider is also combined.

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

    Hey! I might have a very basic question but I installed your package, however, I am not able to drag the New Universal Rendering Pipeline Asset into the "Scriptable Render Pipeline Settings" -box. When I view the asset in the inspector it doesn't seem to have a script attached

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

    awesome tutorial!

  • @sr-kb2ch
    @sr-kb2ch Рік тому

    Hi, that's a really nice package do you how we can integrate a grid system with that? Example that will let us place block in runtime?

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

      I just use the unity tilemap with the gameobject brush. Might try to do my own grid system in the future.

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

    Heyy, this tool is really intriguing and I really want to work with it... I'm trying to make a colony sim game inspired by rimworld and going medieval... would this tool help me with it since tiles will need to store data like their type and what's on top of it, still have more questions to ask but please let me know

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

      It would probably take a lot of customization to get it to work how you would like for your game, but it should be possible. Although, I am not sure on the specifics.

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

    Could just have the grid be editor only and be stripped later on rather than delete and restore... nice idea

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

    If I make like 15 layers, would it still generate the rule tiles? Or would it be too much for the computer to handle?

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

      Depends on your tiles and what rules you have defined.

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

    Hi when I try to do generate rule tiles, I get an error for Combined Mesh is not defined? Do you know what I'm missing? I went through your video and the readme file but can't find what the issue is.

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

      I just updated the package on GitHub, not sure if it will fix your issue, but might be worth a try.
      It might be looking for the Combined Mesh tag and maybe it is not in your project?

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

      @@MichaelsGameLab Thanks!, it seems to be fixed, another question for you, how big of a level have you tried to make with this tool of your? Do you have a recommended limit?

    • @anonymous-3695
      @anonymous-3695 Рік тому

      how did you fix it? its happening for me now. after i changed other things. i think another package may be conflicting. prehaps terrain. but im not sure. its the last thing i added. :S

    • @anonymous-3695
      @anonymous-3695 Рік тому

      @@MichaelsGameLab what object usually contains that tag?

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

      @@anonymous-3695 Im having the same issue, did you manage to sort this?

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

    This is great, uh i have an issue, i cant add more than 1 cell. i press the + and it just resets the last element. i try to add a higher number into the array and it just resets to 1.

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

      That would be an issue on the '2D Tilemap Extras' package side. Unfortunately, I cannot fix that.

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

    PLEASE MAKE MORE VIDEOS FOR THIS NO ONE ELSE WANTS TO

  • @-aaa-aaa
    @-aaa-aaa 3 місяці тому

    Hexcells soundtrack?

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

      I think I used a copyright free track from the UA-cam Studio app 🤷‍♂️

  • @HiếuTrần-e4y
    @HiếuTrần-e4y 11 місяців тому

    Noice

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

    I cant drag and drop the settings at 4:45

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

      Make sure you have URP installed and that you are dragging the correct file into the correct settings field.

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

    Is it possible to reduce the number of polygons and bake the texture?

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

    Is this using wave function collapse?

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

      No, it is using rule tiles.
      Wave function collapse is a cool topic though.

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

    it seems like you can't have a rule for a tile above and below. which makes this thing as useful as the default rule tile tool.

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

      I might spend some time to add rules for above and below, shouldn't take too much to implement.
      I had issues with baking lightmaps when I used the default rule tile option. That was the initial reason for me making the tool.

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

      @@MichaelsGameLab Thanks for the clarification. I have been using unity solely for 2d projects and do not have much knowledge on 3d stuff. Just wish unity had an out of the box solution for 3d tilemaps. (since it works so well in 2d)

  • @Saturno-w2r
    @Saturno-w2r 8 місяців тому

    🤓👍