GameDev Pulse
3.42K subscribers
3.38K photos
630 videos
30 files
2.94K links
Game Developers News, Lessons, Books, Assets and many more. Godot, Unreal Engine, Unity, Blender. Our Website is https://gameunion.tv/en
加入频道
Channel created
Channel photo updated
Channel name was changed to «GameDEV with Godot Engine»
Channel name was changed to «GameDEV Pulse»
Ok, we never ever done anything here, but have 20 followers and you are welcome! Since now I'll add some news daily. Stay tuned! - First let me share with you this awesome video about networking with Godot Engine (I'm using now for my games). https://www.youtube.com/watch?v=1PHNj2Mitg8
😱1
Good morning! Today we will talk about #Unity and one #Indie game coming this year. The article describes destruction of the game's terrain.

Here is short intro:
One of the biggest challenges was to make sure the destructible terrain doesn't have too much of a performance hit on the game. You can easily disable graphics settings, but you can't disable a core feature of the game! We first tried breaking the terrain real-time, but that proved to be very costly. So the way it works now is that we pre-slice the destructible 3D models into smaller 3D models. This is done before we load a level. How fine-grained we slice the blocks is configurable, so we can have different types of blocks breaking into larger or smaller chunks. We use this to visually differentiate the various types of blocks we have: some types of blocks are really hard and break in smaller chunks, while some are more brittle and break into larger pieces.

https://madewith.unity.com/sites/default/files/4_1.gif


Full article is Here:
https://madewith.unity.com/en/stories/destructible-terrain-in-antegods
Best Call to Action I've ever seen!