Skip to content

Simple Unity ECS framework that supports all the basics of an RPG

License

Notifications You must be signed in to change notification settings

FuzzySlipper/Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Framework

This is a standalone repo of the more generic parts of our rpg framework. It is a custom Entity Component System (unrelated to Unity's new ECS) with controlled access to Unity features. Whenever possible it avoids Unity closed components (colliders, transforms, mesh renderers, etc) to use custom ECS components so they can better integrate with the rest of the framework and be directly controlled.

About

Simple Unity ECS framework that supports all the basics of an RPG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages