Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yapcona/unity_2d_game_scripts

Some Unity 2D game scripts in C#
https://github.com/yapcona/unity_2d_game_scripts

csharp unity2d

Last synced: 5 days ago
JSON representation

Some Unity 2D game scripts in C#

Awesome Lists containing this project

README

        

# Unity-2D-Game-Scripts
Some Unity 2D game scripts in C#

## CameraFollow.cs

A script which allows you to make the camera follow your player (centered).

## PlayerJump.cs

Jump Jump Jump! Let your player jump on pressing a custom key.

## playerMovement.cs

Walk left and right. Perfect for a 2D platformer or sidescroller game.