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 moreCreating an animation actually requires a sprite which is kind of weird, but you can always create the sprite, add an animator, then assign the controller to the one you’re editing. I figured out the requirements for this from the Unity animation editor documentation:
Read moreTrying to fix multiplayer cameras and joining I think the main issue why my joining isn’t working is because currently I have to disable PlayerInput and OnPlayerJoined does not get called when PlayerInput components are disabled.
Read moreI noticed other people using AddListener to add onClick listeners for Unity UI buttons, so I tried doing the same. I also noticed that hiding/showing my multiple menu GameObjects was causing the listeners to stop functioning.
Read moreHere’s a quick overview on Unity’s Input System Actions and Action Maps.
Read moreStarting some final touch ups to the camera and game scene for our ...
Create 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