3D Tilemap with Rule Tiles (Tutorial)

แชร์
ฝัง
  • เผยแพร่เมื่อ 20 ต.ค. 2024

ความคิดเห็น • 56

  • @giotto_4503
    @giotto_4503 26 วันที่ผ่านมา

    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 8 หลายเดือนก่อน +1

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

  • @김지혁-y9f
    @김지혁-y9f หลายเดือนก่อน

    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.

  • @BRtn-nn9nr
    @BRtn-nn9nr 11 วันที่ผ่านมา

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

    • @MichaelsGameLab
      @MichaelsGameLab  10 วันที่ผ่านมา

      When you combine them the collider is also combined.

  • @vizualwanderer
    @vizualwanderer 9 หลายเดือนก่อน

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

    • @MichaelsGameLab
      @MichaelsGameLab  9 หลายเดือนก่อน +1

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

    • @vizualwanderer
      @vizualwanderer 9 หลายเดือนก่อน

      ok thanks for the response!@@MichaelsGameLab

  • @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  ปีที่แล้ว +1

      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.

  • @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  10 หลายเดือนก่อน

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

  • @silheuvelink3897
    @silheuvelink3897 7 หลายเดือนก่อน

    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

    • @MichaelsGameLab
      @MichaelsGameLab  7 หลายเดือนก่อน

      Do you have URP also installed?

  • @General_JJ
    @General_JJ 4 หลายเดือนก่อน

    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  4 หลายเดือนก่อน

      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 6 หลายเดือนก่อน

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

  • @Brav0jr
    @Brav0jr 10 หลายเดือนก่อน

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

    • @MichaelsGameLab
      @MichaelsGameLab  10 หลายเดือนก่อน

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

  • @OddGinger
    @OddGinger 7 หลายเดือนก่อน

    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  6 หลายเดือนก่อน

      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.

  • @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 7 หลายเดือนก่อน

    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  7 หลายเดือนก่อน

      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.

  • @illumiviana
    @illumiviana ปีที่แล้ว

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

  • @bovineox1111
    @bovineox1111 หลายเดือนก่อน

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

  • @YoNoSe1989
    @YoNoSe1989 11 หลายเดือนก่อน

    Is this using wave function collapse?

    • @MichaelsGameLab
      @MichaelsGameLab  11 หลายเดือนก่อน

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

  • @tianqigao869
    @tianqigao869 ปีที่แล้ว

    awesome tutorial!

  • @azyjmexcuseokstop924
    @azyjmexcuseokstop924 หลายเดือนก่อน +1

    I cant drag and drop the settings at 4:45

    • @MichaelsGameLab
      @MichaelsGameLab  หลายเดือนก่อน

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

  • @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.

  • @fasitogyoutube700
    @fasitogyoutube700 6 หลายเดือนก่อน

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

  • @laserbean00001
    @laserbean00001 10 หลายเดือนก่อน

    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  10 หลายเดือนก่อน

      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 10 หลายเดือนก่อน

      @@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)

  • @georgoiesvold4222
    @georgoiesvold4222 ปีที่แล้ว

    PLEASE MAKE MORE VIDEOS FOR THIS NO ONE ELSE WANTS TO

  • @HiếuTrần-e4y
    @HiếuTrần-e4y 10 หลายเดือนก่อน

    Noice

  • @-aaa-aaa
    @-aaa-aaa 2 หลายเดือนก่อน

    Hexcells soundtrack?

    • @MichaelsGameLab
      @MichaelsGameLab  2 หลายเดือนก่อน

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

  • @Masconha5
    @Masconha5 6 หลายเดือนก่อน

    🤓👍