UMVC - Model-View-Controller Generator built for Unity

FREE
Publisher loic-lopez
File size 648.41kB
Number of files 35
Latest version 0.5.1
Latest release date 2022-08-22 10:13:23
First release date 2020-07-03 08:48:13
Supported Unity versions 2018.4.2 or higher

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


Top Publisher Assets