Grid-Based Building System In Unity #1 - grid, building objects

Опубликовано: 27 Октябрь 2023
на канале: Freedom Coding
1,231
39

Building systems are necessary for many games. Today, we will create our own grid-based building system that will work with the first and third-person characters. You will be able to place objects, destroy them, and load them and later we will also provide the player with more visual feedback.

MODULAR DUNGEON PACK - https://assetstore.unity.com/packages...
FINISHED INVENTORY PROJECT - https://github.com/Freedom-Coding/Uni...

👍 Like and 🔔Subscribe for More Unity and C# Tutorials    / @freedomcoding  

🌟 Support My Work and Unlock Exclusive Content! 🌟
👉 Patreon:   / freedomcoding  

🎮 Join Our Developer Community!
💬 Discord:   / discord  

💖 Support Me Financially
☕ PayPal: [email protected]

Are you looking for a Unity/C# tutor? Contact me here - [email protected]
Website - https://www.freedom-coding.com

Timestamps:
00:00 Introduction
00:33 Grid + Visualisation
04:28 Building Objects Setup
06:08 Raycast - Check If We Can Place Item
08:47 Placing Objects
14:00 Fixing Wall Placement
18:28 FINAL RESULT