Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/yapcona/unity_2d_game_scripts
- Owner: yapcona
- Created: 2024-03-22T05:42:51.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-07T19:31:38.000Z (10 months ago)
- Last Synced: 2025-01-25T07:12:40.630Z (5 days ago)
- Topics: csharp, unity2d
- Language: C#
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.csJump Jump Jump! Let your player jump on pressing a custom key.
## playerMovement.csWalk left and right. Perfect for a 2D platformer or sidescroller game.