Follow the development progress of this RPG itemshop management game: "Stouthollow Tales". Join us as we document the progress, trials and tribulations of an Item Shop game developed by a Husband and Wife team (Whistling Alpaca Games)!
One of the issues we ran into is this fairly well documented Unity Tilemap white line issue. When you have a tilemap in unity, with really a large repeating area you''ll usually end up with a pretty glaring issue coming from the tilemap. You'll notice long, weirdly colored lines appearing vertic…
In this devlog we'll be discussing the various aspects of what we did in our first month of development. We'll cover important things like what we accomplished and how we set our expectations and processes to get the most out of the time we had. One of the …
Coming up with a solution for managing UI elements across different scenes wasn't as trivial as I first expected. It's very easy to attach a canvas to a scene and call it a day. Initially I had all of my canvases attached to the first scene I expected the player to enter and then simply call Don…