Check out our latest project ✨ OpenChapter.io: free ebooks the way its meant to be 📖

LevelBlock

An asset by Reun Media
The page banner background of a mountain and forest
LevelBlock thumbnail image
LevelBlock thumbnail image
LevelBlock hero image

Quick Information

0 ratings
LevelBlock icon image
Reun Media
LevelBlock

Create tile-based 3D levels for dungeon crawler -style games.See GitHub repository for more information:https://github.com/Reun-Media/godot-levelblock

Supported Engine Version
3.5
Version String
1.0.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

LevelBlock plugin for Godot 3.5

README screenshot LevelBlock is a new node for Godot 3.5 meant for the creation of levels in dungeon crawler -style games.

This node acts as an inside-facing cube, using a texture atlas sheet to display different parts for each face.

Getting started

  1. Download the plugin from GitHub and install it. See a guide here: Godot Docs
  2. Add new LevelBlock nodes to your scene.
  3. Configure the texture sheet (and optionally material) you want to use.
  4. Configure the size of the square textures contained in the texture sheet.
  5. Customize each face of the LevelBlock using the face values. Negative values disable generating the face.
  6. Optionally enable generating collisions, generating occlusion culling and flipping the faces.

Features

  • Use a single texture sheet, with each face displaying a different part of it using an index value. This texture sheet will replace the albedo texture of the material.
  • Customize the material or use the included default material.
  • Use an arbitary size for the square textures in the atlast.
  • Quickly customize the texture displayed on each face.
  • Automatic collision generation for visible faces.
  • Automatic occluder node generation for visible faces.
  • Option to flip faces to face outward instead.
  • Uses Godot's server system for optimized results.

Limitations

  • Only square textures supported.
  • All textures in the atlas must be the same size.
  • Works best if texture filtering is disabled for a pixelated look.
  • No support for normal or roughness maps, only albedo.

Create tile-based 3D levels for dungeon crawler -style games.

See GitHub repository for more information:
https://github.com/Reun-Media/godot-levelblock

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
LevelBlock icon image
Reun Media
LevelBlock

Create tile-based 3D levels for dungeon crawler -style games.See GitHub repository for more information:https://github.com/Reun-Media/godot-levelblock

Supported Engine Version
3.5
Version String
1.0.2
License Version
MIT
Support Level
community
Modified Date
2 years ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers