Skip to content
#

ugui

Here are 185 public repositories matching this topic...

基于Unity的UGUI框架,使用MVVM思想编写的一款UI框架。支持数据和UI的双向绑定,同时还包含了一个高效的UI事件系统。使用UniVue可以让你不用再写任何GetComponent<>()函数去获取指定的UI组件,也不用自己去将事件绑定到UI上。这些重复、低效的代码都由框架完成。最重要的是,框架不会挂载任何脚本,你也无需挂载任何脚本去完成,框架对热更新是极度友好的。整体而言是对你的项目的零入侵。想要在Unity中实现Web前端Vue框架的思想。

  • Updated May 18, 2024
  • C#

无关乎面板层级,想置顶就置顶,就像 DropDown 那样的行为表现,异步 UI 交互的绝佳入门示例。Please disregard the panel hierarchy. Feel free to make it topmost, similar to the behavior of a DropDown, which is also an excellent example of asynchronous UI interaction.

  • Updated Apr 12, 2024
  • C#

Improve this page

Add a description, image, and links to the ugui topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the ugui topic, visit your repo's landing page and select "manage topics."

Learn more