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 […]

Making Unity Colliders follow the screensize

I was recently looking for a way to make sure that my colliders would stay right at the edge of the screen, no matter what dimensions the screen were. This is rather important, if you want your colliders follow the screen, no matter what phone you are using or what format you end up using. […]