Unity Sprite shape corners not showing?

Here is the answer that I was unable to find anywhere else on the internet. For a while now, I have been scratching my head about getting the corners to work with Sprite shapes, I have been trying a myriad of different options trying to get the Sprite shape corners to work the way I […]

When gits give me the warning: LF will be replaced by CRLF

I have had this problem for a few years now, it have been annoying, and in some sense you can say that it have been destructive, because it taught me to ignore the warning I get in my git console when committing. In many ways, you can say that this is really dangerous, because at […]

Saving and Loading data in Unity – PlayerPrefs

So, I have been really frustrated with the PlayerPrefs system in unity, and there is a couple of reasons, but first and foremost, if you want to save and load data in Unity games, there is really no way around this, unless you are planning on only releasing on one platform. The second reason I […]