In this video I show you how to interact with objects with the help of collision detection in godot.
If you liked the video and are interested in more don't forget to subscribe.
And If you would like a video about a game mechanic, leave a comment about it.
📜 Note
For optimal customization, especially for smartphones, the following setting must be changed:
Project Setting - Display - select Window, here on the right side in Stretch change the Mode from "disable" to "viewport"
Tutorial for player movement: • Player 2D Movement with CharacterBody2D - ...
Tutorial for TileMap: • How to use a TileMap for beginner - Learn ...
Tutorial for character animation with animation player: • Create animations only with animationsplay...
💎 Assets
https://goodgis.itch.io/duck-game-ass...
❤️ Support the Channel
Ko-Fi: https://ko-fi.com/devdrache
🎬 Video Chapters
0:00 - What you can expect & create object
0:45 - create interact label
1:12 - create script to object - range for interaction
1:59 - create class_name to player script
2:18 - add interaction to object
3:06 - add object to scene and show result