Scripts & More
Downloads
Useful scripts to help you get a head start on your game development journey.
Simple scripts (free)
Below please find a collection of simple C# scripts to help you get started quickly.
These scripts can be downloaded for free from my Gists page on GitHub.
Examples:
- PlayerMovementController.cs
A simple 2D movement controller for a platformer player character in Unity - PlayerHealthController.cs
A simple health and death controller for a player character in Unity