FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
Commits · SunHowe/FairyGUI-Dynamic · GitHub
SunHowe
/
FairyGUI-Dynamic
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
61
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
User selector
Datepicker
Commit history
Commits on Mar 25, 2026
[feat] UIPackageMapping CreateAssetMenu
SunHowe
authored
58ac43a
View commit details
Copy full SHA for 58ac43a
Browse repository at this point
Commits on Mar 17, 2026
[fix] URP assembly missing
SunHowe
committed
e7f3a08
View commit details
Copy full SHA for e7f3a08
Browse repository at this point
Commits on Jul 31, 2025
[chore] version=>5.2.2
SunHowe
committed
be2f058
View commit details
Copy full SHA for be2f058
Browse repository at this point
Merge pull request #4 from moonjgamer/spine
Show description for c38bbf4
SunHowe
authored
c38bbf4
View commit details
Copy full SHA for c38bbf4
Browse repository at this point
feat: 添加对spine的支持
MoonETDog
committed
df9411c
View commit details
Copy full SHA for df9411c
Browse repository at this point
[chore] package version => 5.2.1
SunHowe
committed
8e9a9ec
View commit details
Copy full SHA for 8e9a9ec
Browse repository at this point
[chore] 合并FairyGUI 5.2.0
Show description for 64be3d6
SunHowe
committed
64be3d6
View commit details
Copy full SHA for 64be3d6
Browse repository at this point
Commits on Apr 24, 2025
[feat] 为GTextField抽象获取模板文本的委托
SunHowe
committed
930232e
View commit details
Copy full SHA for 930232e
Browse repository at this point
Commits on Jun 26, 2024
[chore] 更新文档 增加关于小游戏平台使用的说明
SunHowe
committed
11b6e55
View commit details
Copy full SHA for 11b6e55
Browse repository at this point
Commits on May 30, 2024
[fix] urp camera namespace missing
SunHowe
committed
27eb304
View commit details
Copy full SHA for 27eb304
Browse repository at this point
[feat] FairyGUI BlurFilter downSample param support
SunHowe
committed
f33e6d0
View commit details
Copy full SHA for f33e6d0
Browse repository at this point
[feat] FairyGUI LongPressGesture onClick support
SunHowe
committed
c454e52
View commit details
Copy full SHA for c454e52
Browse repository at this point
[feat] FairyGUI MovieClip flip support
SunHowe
committed
85f6341
View commit details
Copy full SHA for 85f6341
Browse repository at this point
[feat] FairyGUI URP Camera Support
SunHowe
committed
e304172
View commit details
Copy full SHA for e304172
Browse repository at this point
Commits on May 28, 2024
[chore] missing meta files
SunHowe
committed
feca0b2
View commit details
Copy full SHA for feca0b2
Browse repository at this point
Commits on Apr 22, 2024
[chore] 合并FairyGUI 5.1.0
SunHowe
committed
84ff638
View commit details
Copy full SHA for 84ff638
Browse repository at this point
Commits on Apr 13, 2024
[fix] missing shader files
SunHowe
committed
5209f7f
View commit details
Copy full SHA for 5209f7f
Browse repository at this point
Commits on Jan 16, 2024
[Refactor] 为AudioClip和NTexture增加自增长的instanceID 用于替代GetHashCode 以避免hash冲突导致的资源异常问题
SunHowe
committed
b3ae3fc
View commit details
Copy full SHA for b3ae3fc
Browse repository at this point
Commits on Oct 26, 2023
[Fix] 建立MovieClipItem类 用于管理对MovieClip类资源的引用关系以及其关联的贴图的引用关系
SunHowe
committed
429db8b
View commit details
Copy full SHA for 429db8b
Browse repository at this point
Commits on Oct 25, 2023
[Fix] 当NTexture或NAudioClip引用计数为0 后续又被引用时 资源管理器未增加UIPackage引用计数的问题
SunHowe
committed
c02fc38
View commit details
Copy full SHA for c02fc38
Browse repository at this point
[Feature] 支持卸载未使用的NTexture和NAudioClip
SunHowe
committed
06dcd8a
View commit details
Copy full SHA for 06dcd8a
Browse repository at this point
Commits on Jul 7, 2023
[Fix] 在异步创建Object的过程中,CollectComponentChildren里加载了依赖的UIPackage,但由于分若干帧创建,可能此时外部调用了UnloadUnusedPackage,导致部分包被卸载的问题
SunHowe
committed
3fbe4fa
View commit details
Copy full SHA for 3fbe4fa
Browse repository at this point
[Fix] 在加载资源时 若找不到对应的packageRef 则直接触发失败的回调
SunHowe
committed
a8221f3
View commit details
Copy full SHA for a8221f3
Browse repository at this point
Commits on May 31, 2023
FairyGUI.Editor assembly definition
SunHowe
committed
94380a3
View commit details
Copy full SHA for 94380a3
Browse repository at this point
Commits on May 30, 2023
[Fix] assembly settings
SunHowe
committed
08f80e1
View commit details
Copy full SHA for 08f80e1
Browse repository at this point
Commits on May 29, 2023
[fix] 拆分PeekItemByURL和GetItemByURL 某些情况只想获取当前已经加载好的UIPackageItem
SunHowe
committed
fd18458
View commit details
Copy full SHA for fd18458
Browse repository at this point
update README.md
SunHowe
committed
17a3d45
View commit details
Copy full SHA for 17a3d45
Browse repository at this point
[feat] 与主干完全不一样的管理方式 通过Hook UIPackage的各接口,实现UIPackage及其相关的加载与卸载管理。
SunHowe
committed
0caafb3
View commit details
Copy full SHA for 0caafb3
Browse repository at this point
Commits on Apr 5, 2023
[feat] 自定义委托的IUIAssetLoader派生类 为不方便实现接口的情况提供功能支持
SunHowe
committed
a8d2fb3
View commit details
Copy full SHA for a8d2fb3
Browse repository at this point
[refactor] 重构 整理UIPackage依赖另一个UIPackage的关系处理
SunHowe
committed
6185dcb
View commit details
Copy full SHA for 6185dcb
Browse repository at this point
[fix] 修复一处异步加载Texture和Audio过程中,UIPackage引用计数可能归为0的问题。并在Texture和Audio释放时对UIPackage做一次版本检测
SunHowe
committed
3ae8a28
View commit details
Copy full SHA for 3ae8a28
Browse repository at this point
Commits on Apr 4, 2023
[Feat] update README
SunHowe
committed
729539b
View commit details
Copy full SHA for 729539b
Browse repository at this point
[feat] Dispose
SunHowe
committed
d293c5a
View commit details
Copy full SHA for d293c5a
Browse repository at this point
[feat] UIPackage静态依赖已经支持自动加载
SunHowe
committed
37ccd32
View commit details
Copy full SHA for 37ccd32
Browse repository at this point
[feat] 为FairyGUI的各组件增加对UIPackage的引用计数逻辑处理
SunHowe
committed
6b5d65d
View commit details
Copy full SHA for 6b5d65d
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL