Adding Old Notes to the Site
Today on stream I started going through my old notes to convert them into blog posts that I can share out with all of you.
Read moreToday on stream I started going through my old notes to convert them into blog posts that I can share out with all of you.
Read moreHow to serialize properties in C# classes in Unity
Read moreSet Animation Framerate in Unity I was having issues getting my animations to play at the right speed. After mucking around for about an hour or so I realized the problem I had was that I needed to set the sample rate of my animation, but the reason I couldn’t...
Read moreI started setting up OBS on Mac OS.
Read morePhind.com Today I discovered phind, an AI powered search engine for engineers, by watching Meags on the Team VASH programming stream.
Read morePixel art is tricky! Let’s analyze the graphics from some of the best titles from the past to discover new techniques.
Read moreColor Replace All Frames/Layer Select all frames for the layer you are on by either clicking and dragging over the frames you want to replace on or just clicking the name of the layer to select all frames on that layer Select a color to replace with the Eye Dropper...
Read moreI decided to rethink and revisit character and tile map pixel sizing today. I took a look at this video for some insight.
Read moreI ran into this error when trying to upload today’s blog post:
Read moreKanban For Everyone! Today I decided to try some kind of Kanban. Options I looked at briefly: Trello Monday.com Obsidian Kanban Plugin Trello seems to offer the most for free which is great for collaboration, while staying very focused on kanban only. Monday seems to be the best to have...
Read moreThe first playable demo has been released. Go to the download page to check out the details!
Read moreCreate entities in Unity. Code Snippets Here are the code snippets...
Create a character to test our LDtk level. Code Snippets Move.cs ...
Import LDtk levels into Unity using LDtk2Unity
Install the LDtk2Unity plugin.
Creating a sample project in Unity.
Adding some entities like player spawners and level exits.
Placing tiles to create levels in LDtk
Creating an actual level using Auto-Tile Rules. To follow along, g...
Covers the tilesets screen
Covers the Enum screen
Covers the Entities screen
Overview on different layer types, their settings and how to use th...
World and Current Level Settings screens overview
Covers the project settings screen
Covers the LDtk UI
Quick overview of LDtk and its features