SuperSimple2DKit icon indicating copy to clipboard operation
SuperSimple2DKit copied to clipboard

A simple kit meant to help jump start the creation of your 2D Unity game!

Results 12 SuperSimple2DKit issues
Sort by recently updated
recently updated
newest added

Im pretty new to Unity and am getting this error when opening? Any Ideas? Assets\Plugins\GitHub\Editor\UnityAPIWrapper.cs(15,17): error CS0103: The name 'UnityShim' does not exist in the current context

I've tried running the project on multiple version of Unity but can't get any of them to work. I need help I've been wanting to learn 2-d game design and...

Added Unity's New Input System for more functionality. ## Changes - - Converted old Input keycodes to new input system in NewPlayer.cs - Added more PauseMenu Support (You can use...

[Breakable.cs](https://github.com/atmosgames/SuperSimple2DKit/blob/master/Assets/Scripts/Interaction/Breakable.cs): `public void GetHurt(int hitPower)` hitPower parameter is not used in method `health -= 1;` the hitPower should be used here instead of decreasing by 1

Anyone knows how Thomas made the attack down possible in the script? I am trying to find where in the script it is located that he declares that button down...

I'm reporting an issue as well as my eventual solution in the hopes that anyone else with this problem will get directed here by Google. To be clear, this wasn't...

I downloaded the zip file, unzipped it in one folder and then opened it in unity. When it opens there is nothing shown in scene, and also game. I don't...

Hi the character is not moving in the demo level and I am getting a lot of complier errors it is saying input access vertical direction is not set up...