https://github.com/jlreymendez/ludilo-core
The core part of a Unity library for common game development scriptable objects and mono behaviours.
https://github.com/jlreymendez/ludilo-core
Last synced: 7 months ago
JSON representation
The core part of a Unity library for common game development scriptable objects and mono behaviours.
- Host: GitHub
- URL: https://github.com/jlreymendez/ludilo-core
- Owner: jlreymendez
- Created: 2018-12-10T17:42:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-14T22:31:48.000Z (over 6 years ago)
- Last Synced: 2025-02-01T07:28:39.795Z (8 months ago)
- Language: C#
- Size: 15.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ludilo - Core
Ludilo is a library of common unity components and assets I am building to make my game development more modular, data oriented and in the end faster and less error prone.
This is the core part of this library which was greatly based on Ryan Hipple [Unite 2017](https://github.com/roboryantron/Unite2017) talk and examples. Mostly based on using scriptable objects for removing the use of Singletons in my projects.
## Features
* Generic and commonly used scriptable object variables and references.
* Custom editor for references.
* Generic scriptable object events. With and without parameters.
* Generic and game object runtime list.