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 moreOops, I'm still working on things here.
Please be patient while I'll get things in order.
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 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 moreToday I discovered the [Tooltip("string")] c# attribute for fields on MonoBehaviour classes.
Read moreMethod 1 - Using PlayerInputManager I found a nice YouTube video on implementing local coop. She talks about using a PlayerInputManager to handle multiple player inputs as well as player joining.
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 more