Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xjine/unity_iinitializable
IInitializable is an interface to make force initializable object.
https://github.com/xjine/unity_iinitializable
assets unity
Last synced: 15 days ago
JSON representation
IInitializable is an interface to make force initializable object.
- Host: GitHub
- URL: https://github.com/xjine/unity_iinitializable
- Owner: XJINE
- License: bsd-3-clause
- Created: 2019-01-24T08:34:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-06-27T08:46:57.000Z (over 2 years ago)
- Last Synced: 2024-03-20T20:12:34.982Z (10 months ago)
- Topics: assets, unity
- Language: C#
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity_IInitializable
IInitializable is a simple interface to implement initialize logic.
## Importing
You can use Package Manager or import it directly.
```
https://github.com/XJINE/Unity_IInitializable.git?path=Assets/Packages/IInitializable
```