LDtk
What is LDtk?
Quick overview of LDtk and its features
Oops, I'm still working on things here.
Please be patient while I'll get things in order.
NOTE: This course is ongoing; not all videos have been published yet!
A game development course geared towards using LDtk, a 3rd party level-design tool made by the creator of Dead Cells. The course walks through how to use the tool and how to implement the levels in your own game using popular game engines.
Quick overview of LDtk and its features
Covers the LDtk UI
Covers the project settings screen
World and Current Level Settings screens overview
Overview on different layer types, their settings and how to use th...
Covers the Entities screen
Covers the Enum screen
Covers the tilesets screen
Creating an actual level using Auto-Tile Rules. To follow along, g...
Placing tiles to create levels in LDtk
Adding some entities like player spawners and level exits.
Creating a sample project in Unity.
Install the LDtk2Unity plugin.
Import LDtk levels into Unity using LDtk2Unity
Create a character to test our LDtk level. Code Snippets Move.cs ...
Create entities in Unity. Code Snippets Here are the code snippets...