push-pop / Unity-MVVM

Lightweight MVVM Framework for Unity3D
MIT License
324 stars 27 forks source link

ViewmodelProvider should keep a database of BindProps instead of searching the registry from editor scripts #24

Open push-pop opened 4 years ago

push-pop commented 4 years ago

Questions:

When do I populate the db? How do I know the registry has changed (i.e. time to populate db.)

How do I store the db (static dict? file)

static dictionary<viewModelString, List> probably makes sense