https://github.com/bian-sh/ugui-blocker
无关乎面板层级,想置顶就置顶,就像 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.
https://github.com/bian-sh/ugui-blocker
ugui unity
Last synced: about 2 months ago
JSON representation
无关乎面板层级,想置顶就置顶,就像 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.
- Host: GitHub
- URL: https://github.com/bian-sh/ugui-blocker
- Owner: Bian-Sh
- License: mit
- Created: 2023-12-21T19:06:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-14T02:17:23.000Z (4 months ago)
- Last Synced: 2025-03-17T05:21:55.614Z (2 months ago)
- Topics: ugui, unity
- Language: C#
- Homepage: https://www.jianshu.com/p/e86332f65046
- Size: 123 KB
- Stars: 18
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UGUI Blocker
一个在不改变你的 UI 页面层级的情况下在最顶层渲染此页面的插件,这完全可以是你异步 UI 编程的入口,快来试试吧。
配合 [WebGLThreadingPatcher](https://github.com/VolodymyrBS/WebGLThreadingPatcher) 本模块可以在 WebGL 平台也能正常使用哦!