https://github.com/madeyellow/2drpgcharacter
Customizable basic 2D RPG character mechanics for your top-down & RPG games
https://github.com/madeyellow/2drpgcharacter
2d character character-controller rpg unity
Last synced: 9 months ago
JSON representation
Customizable basic 2D RPG character mechanics for your top-down & RPG games
- Host: GitHub
- URL: https://github.com/madeyellow/2drpgcharacter
- Owner: madeyellow
- License: mit
- Created: 2024-03-01T12:21:23.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-03T13:00:40.000Z (about 2 years ago)
- Last Synced: 2025-05-13T21:20:54.662Z (about 1 year ago)
- Topics: 2d, character, character-controller, rpg, unity
- Language: C#
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# What is it?
## How to install Finite State Machine in my Unity project?
Use the Unity Package Manager (in Unity’s top menu: **Window > Package Manager**), click the "+" icon, select **"Add package from git URL"** and type the URL of this repository:
```
https://github.com/madeyellow/2DRPGCharacter.git
```

## Getting started
TODO