Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2021.2.19f1 | Compatible | Compatible | Compatible |
Model-View-Controller Generator built for Unity
Fast, Simple and intuitive
Requirements for v0.5.0 and above
- Unity 2021.x
- com.solidalloy.type-references (as version v0.5.0)
Install com.solidalloy.type-references (as version v0.5.0)
- Edit the Packages/manifest.json file in your Unity project.
- Add the following near the top of the file:
"scopedRegistries": [
{
"name":"package.openupm.com",
"url":"https://package.openupm.com",
"scopes":[
"com.solidalloy.util",
"com.solidalloy.unity-dropdown",
"com.solidalloy.type-references",
"com.openupm",
"org.nuget"
]
}
],
- Add the following to the dependencies section of the file:
"com.solidalloy.type-references": "2.16.0",
Features:
✅ Customizable T4 Templates
✅ Customizable Base Templates
✅ Generate your architecture directly in the Unity Editor
✅ OnFieldWillUpdate(Model model, object newValue, object oldValue, PropertyChangedEventArgs eventArgs)
✅ OnFieldDidUpdate(Model model, object newValue, PropertyChangedEventArgs eventArgs)
✅ Generate field when creating a Model
✅ Disable/Enable Model Events on demand
WARNING: this published version of umvc only provide the pre compiled dlls version of UMVC.Core if you need the full setup (example: including modifications of the base T4 templates) see: github.com/loic-lopez/UMVC