Create a user interface using widgets similar to Flutter's approach.
Video Demonstration
WidgetsCounterApp.mp4
The UnityWidgetsToolkit will allow you to create a user interface using widgets similar to Flutter's approach, but with a built-in data binding mechanism.
You can use a counter sample to try out this approach of creating UI. The sample is just a prototype to test the idea. The final solution will have a slightly different workflow.
- Create UI using widgets
- Provide data-binding using UnityMvvmToolkit
- Generate
uxmlfile to avoid performance impact
The package is under consideration. If I find out that the community is interested in this tool, I will consider starting development. So if you have any ideas or suggestions, welcome to discussions.
Discussions is a place to:
- Share ideas
- Ask questions
- Engage with other community members
Give a ⭐ if you like the idea!
Usage is provided under the MIT License.
