Walk over Water Tiles & Ignore Collisions while on a Bridge ~ Godot 4.1 Tutorial

Поділитися
Вставка
  • Опубліковано 28 чер 2024
  • Learn how to ignore ground or water collisions while walking on a bridge above the ground in Godot 4.1
    ➣ Script download
    Ko-fi ➣ ko-fi.com/post/HeightAdjuster...
    Patreon ➣ / 85134843
    Grid Building Plugin ➣ linktr.ee/gridbuilder
    ➣ Downloadable Assets, Video Courses, and Other Places to Follow Me
    linktr.ee/ChrisTutorials
    ko-fi.com/christutorials
    / christutorials
    chris-tutorials.itch.io/
    ➣ Art Used in Demos and Devlogs
    chris-tutorials.itch.io/gathe...
    butterymilk.itch.io/tiny-wond...
    crusenho.itch.io/complete-gui...
    00:00 - What to Expect
    01:03 - Tilemap Physics Collisions
    03:34 - Editing Tiles for Physics and Custom Data
    06:10 - Script - Download on Kofi or Patreon
    10:45 - Wrapup
  • Ігри

КОМЕНТАРІ • 6

  • @michettmusic
    @michettmusic 4 місяці тому +3

    This is a very nice solution but it might be a bit complex for beginners (like me). What I did was make alternative tiles without collision and use those underneath where a bridge starts and ends.

  • @XxXAllukardXxX
    @XxXAllukardXxX 6 місяців тому +3

    Ok. So I watched this quite complex turtorial. Good solution, good for education, but I will give my beginner solution for those who are only starting like me.
    Make a dublicate of your water tileset and name it something like "WalkableWater".
    Adjust some tiles collisions on that dublicate for fitting your bridge edges if necessary.
    Use "WalkableWater" tileset instead of "Water" tileset in places you need to place bridge.
    Also this solution will reduce processes on your cpu a little.
    Alsot another way around wold be making invisible collision tiles and instead giving collision shape to water, paint with invisible collision tile on top of it. Risk of missing some point, but if you do not have a lot of rivers in your game, should work.

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

    thanks you so much!!!!!!!!!!!!!

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

    Excellent tutorial! I'm wondering is it possible to change the elevator tile to an Area2D, so that the physis_process() will be avoided?

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

    Hey :) Do you have a similar solution for tile maps in Unity?