"Solid" Framework

Hello everyone, I want to introduce my framework that I created some time ago. It has been used in some products so now I want to share it and I hope it will be helpful for you!
It’s a component-driven framework based on an async/await approach (can be used on the WEB!).
Also, it gives you an MVC skeleton where you can decide which model-view relationship you want to use.

Please feel free to share your comments and thoughts!

Link: GitHub - avolstudio/Solid: Lightweight framework which provide awaitable and parameterized MonoBehaviour, and Model-View pair

Thanks for sharing this. Please consider applying a LICENSE to it (such as MIT License) otherwise it’s pretty much off-limits for anyone who wants to (or needs to) ensure the use of the code is legal.

Done. Thanx a lot!

1 Like