Model-View-Controller Generator built for UnityAs v0.5.0 UMVC needs https://github.com/SolidAlloy/ClassTypeReference-for-UnitySee: https://github.com/loic-lopez/UMVC/blob/master/README.mdModel-View-Controller Generator built for UnityFast, Simple and intuitiveRequirements for v0.5.0 and aboveUnity 2021.xcom.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 demandWARNING: 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✅ 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