111
All checks were successful
Plugin Library CI / publish (00.BuildOriginality) (push) Successful in 7s
Plugin Library CI / publish (00.StaryEvo) (push) Successful in 20s
Plugin Library CI / publish (00.StaryEvoTools) (push) Successful in 21s
Plugin Library CI / publish (01.HybridCLR) (push) Successful in 11s
Plugin Library CI / publish (02.InformationSave) (push) Successful in 5s
Plugin Library CI / publish (03.YooAsset) (push) Successful in 42s
Plugin Library CI / publish (04.AudioCore) (push) Successful in 6s
Plugin Library CI / publish (05.TableTextConversion) (push) Successful in 7s
Plugin Library CI / publish (06.UIFarme) (push) Successful in 26s
Plugin Library CI / publish (07.RKTools) (push) Successful in 6s
Plugin Library CI / publish (10.StoryEditor) (push) Successful in 3s
Plugin Library CI / publish (10.XNode) (push) Successful in 4s
Plugin Library CI / publish (12.WeixinMinigame) (push) Successful in 1m4s
Plugin Library CI / publish (08.UniTask) (push) Successful in 7s
Plugin Library CI / publish (09.CodeChecker) (push) Successful in 17s
Plugin Library CI / publish (11.PointCloudTools) (push) Successful in 3s

This commit is contained in:
2026-05-15 13:56:38 +08:00
parent 383c334675
commit 65548d04c7
3 changed files with 10 additions and 3 deletions

View File

@@ -99,7 +99,11 @@ namespace Stary.Evo.UIFarme
/// </summary>
private Dictionary<string, IBasePanel> dicUI;
public PanelSystem(IAssetLoader assetLoader)
{
this.AssetLoader = assetLoader;
}
protected override void OnInit()
{
stackPanel = new Stack<IBasePanel>();

View File

@@ -106,7 +106,10 @@ namespace Stary.Evo.UIFarme
/// </summary>
private Dictionary<string, IBaseRenderPanel> dicUI;
public SpriteRendererSystem(IAssetLoader assetLoader)
{
this.AssetLoader = assetLoader;
}
protected override void OnInit()
{
stackPanel = new Stack<IBaseRenderPanel>();

View File

@@ -1,6 +1,6 @@
{
"name": "com.staryevo.main",
"version": "2.1.16",
"version": "2.1.17",
"displayName": "00.StaryEvo",
"description": "This is an Framework package(后台服务器版本端口9527)",
"unity": "2021.3",