JSON Schema to UI generator improvements #111
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
There are multiple open todos in the logic that takes a json schema and generates a UI from it:
GenerateViewFrom(..)
logic needs to be extended to use the values of the fields as input to set the default values of the UI elements correctly. Eg if a field in the class is abool keepUserLoggedIn = false
flag the UI generation should take that default “false” value and generate the UI accordingly that the checkbox is false by default.[Range(min,max)]
There are probably many more smaller improvements that would make sense to make the JSON schema to UI generation system production ready. Easiest way to discover these is probably to build more demo scenes in Unity that resemble realistic usage scenarios for such UIs. E.g.:
The text was updated successfully, but these errors were encountered: