Merge remote-tracking branch 'origin/master' into AnHui_BaoShi

This commit is contained in:
李浩 2025-03-27 15:09:23 +08:00
commit de5bfbff80
10 changed files with 89 additions and 61 deletions

View File

@ -5,11 +5,14 @@ PluginImporter:
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
'': Any
: Any
second:
enabled: 0
settings:
@ -19,17 +22,17 @@ PluginImporter:
Exclude Linux64: 0
Exclude LinuxUniversal: 0
Exclude OSXUniversal: 0
Exclude WebGL: 0
Exclude WebGL: 1
Exclude Win: 0
Exclude Win64: 1
- first:
'': OSXIntel
: OSXIntel
second:
enabled: 1
settings:
CPU: AnyCPU
- first:
'': OSXIntel64
: OSXIntel64
second:
enabled: 0
settings:
@ -50,7 +53,7 @@ PluginImporter:
second:
enabled: 1
settings:
CPU: x86
CPU: AnyCPU
DefaultValueInitialized: true
OS: AnyOS
- first:
@ -104,7 +107,7 @@ PluginImporter:
- first:
WebGL: WebGL
second:
enabled: 1
enabled: 0
settings: {}
userData:
assetBundleName:

View File

@ -5,11 +5,14 @@ PluginImporter:
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
'': Any
: Any
second:
enabled: 0
settings:
@ -19,17 +22,17 @@ PluginImporter:
Exclude Linux64: 0
Exclude LinuxUniversal: 0
Exclude OSXUniversal: 0
Exclude WebGL: 0
Exclude WebGL: 1
Exclude Win: 1
Exclude Win64: 0
- first:
'': OSXIntel
: OSXIntel
second:
enabled: 0
settings:
CPU: None
- first:
'': OSXIntel64
: OSXIntel64
second:
enabled: 1
settings:
@ -76,7 +79,7 @@ PluginImporter:
second:
enabled: 1
settings:
CPU: x86_64
CPU: AnyCPU
- first:
Standalone: LinuxUniversal
second:
@ -104,7 +107,7 @@ PluginImporter:
- first:
WebGL: WebGL
second:
enabled: 1
enabled: 0
settings: {}
userData:
assetBundleName:

View File

@ -1,23 +1,35 @@
fileFormatVersion: 2
guid: 1ccab43e933dced44b5709cd5dbcf8cc
timeCreated: 1570482071
licenseType: Pro
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
'': OSXIntel
: Any
second:
enabled: 0
settings:
Exclude Editor: 0
Exclude Linux64: 0
Exclude OSXUniversal: 0
Exclude WebGL: 1
Exclude Win: 0
Exclude Win64: 0
- first:
: OSXIntel
second:
enabled: 1
settings:
CPU: AnyCPU
- first:
'': OSXIntel64
: OSXIntel64
second:
enabled: 0
settings:
@ -30,10 +42,11 @@ PluginImporter:
- first:
Editor: Editor
second:
enabled: 0
enabled: 1
settings:
CPU: x86
CPU: AnyCPU
DefaultValueInitialized: true
OS: AnyOS
- first:
Facebook: Win
second:
@ -55,7 +68,7 @@ PluginImporter:
- first:
Standalone: Linux64
second:
enabled: 0
enabled: 1
settings:
CPU: None
- first:
@ -67,7 +80,7 @@ PluginImporter:
- first:
Standalone: OSXUniversal
second:
enabled: 0
enabled: 1
settings:
CPU: x86
- first:
@ -79,7 +92,7 @@ PluginImporter:
- first:
Standalone: Win64
second:
enabled: 0
enabled: 1
settings:
CPU: None
userData:

View File

@ -1,23 +1,35 @@
fileFormatVersion: 2
guid: e6382e035030f2d4dac919d2484ec059
timeCreated: 1570482072
licenseType: Pro
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
'': OSXIntel
: Any
second:
enabled: 0
settings:
Exclude Editor: 0
Exclude Linux64: 0
Exclude OSXUniversal: 0
Exclude WebGL: 1
Exclude Win: 0
Exclude Win64: 0
- first:
: OSXIntel
second:
enabled: 0
settings:
CPU: None
- first:
'': OSXIntel64
: OSXIntel64
second:
enabled: 1
settings:
@ -30,10 +42,11 @@ PluginImporter:
- first:
Editor: Editor
second:
enabled: 0
enabled: 1
settings:
CPU: x86_64
DefaultValueInitialized: true
OS: AnyOS
- first:
Facebook: Win
second:
@ -57,7 +70,7 @@ PluginImporter:
second:
enabled: 1
settings:
CPU: x86_64
CPU: AnyCPU
- first:
Standalone: LinuxUniversal
second:
@ -67,13 +80,13 @@ PluginImporter:
- first:
Standalone: OSXUniversal
second:
enabled: 0
enabled: 1
settings:
CPU: x86_64
- first:
Standalone: Win
second:
enabled: 0
enabled: 1
settings:
CPU: None
- first:

View File

@ -1,11 +1,7 @@
using GCSeries.Core.Input;
using HighlightPlus;
using QFramework;
using QFramework.Example;
using System;
using System.Collections;
using System.Collections.Generic;
using Unity.Burst.CompilerServices;
using UnityEngine;
using UnityEngine.EventSystems;
using XMLTool;
@ -48,14 +44,14 @@ public class DeviceController : MonoSingleton<DeviceController>
}
if (uitip != null)
{
uitip.Set(deviceItem.tipItem.label);
uitip.Active(true);
uitip.Open(new UIDeviceTipData() { txt = deviceItem.tipItem.label });
uitip.Show();
return;
}
}
else
{
uitip?.Active(false);
uitip?.Hide();
}
}
@ -104,12 +100,6 @@ public class DeviceController : MonoSingleton<DeviceController>
{
#if !VR
var uitip = UIKit.GetPanel<UIDeviceTip>();
if (uitip != null)
{
UIKit.OpenPanelAsync<UIDeviceTip>(UILevel.PopUI).ToAction().Start(this, () =>
{
});
}
Ray ray = Camera.main.ScreenPointToRay(Input.mousePosition);
RaycastHit hit;
if (Physics.Raycast(ray, out hit))
@ -118,12 +108,12 @@ public class DeviceController : MonoSingleton<DeviceController>
if (uitip != null && deviceItem != null && deviceItem.tipItem != null && EventSystem.current.IsPointerOverGameObject() == false)
{
uitip.Set(deviceItem.tipItem.label);
uitip.Active(true);
uitip.Open(new UIDeviceTipData() { txt = deviceItem.tipItem.label });
uitip.Show();
return;
}
}
uitip?.Active(false);
uitip?.Hide();
#endif
}
public DeviceItem GetDeviceItem(string name)

View File

@ -28,7 +28,7 @@ public class TipItem : MonoBehaviour
{
if (tip != null)
{
tip.Active(false);
tip.Hide();
}
}
}
@ -59,24 +59,24 @@ public class TipItem : MonoBehaviour
tip = UIKit.GetPanel<UIDeviceTip>();
if (tip == null)
{
UIKit.OpenPanelAsync<UIDeviceTip>(UILevel.PopUI).ToAction().Start(this, () =>
UIKit.OpenPanelAsync<UIDeviceTip>(UILevel.PopUI).ToAction().StartGlobal(() =>
{
tip = UIKit.GetPanel<UIDeviceTip>();
tip.Set(label);
tip.Active(true);
tip.Open(new UIDeviceTipData() { txt = label });
tip.Show();
});
}
else
{
tip.Set(label);
tip.Active(true);
tip.Open(new UIDeviceTipData() { txt = label});
tip.Show();
}
}
public void OnExit()
{
if (tip != null)
{
tip.Active(false);
tip.Hide();
}
}
@ -89,7 +89,7 @@ public class TipItem : MonoBehaviour
{
if (tip != null)
{
tip.Active(false);
tip.Hide();
}
}
}

View File

@ -41,6 +41,8 @@ public class Launch : MonoBehaviour
});
yield return UIKit.OpenPanelAsync<UILoading>();
yield return UIKit.OpenPanelAsync<UIDeviceTip>(canvasLevel: UILevel.PopUI);
UIKit.GetPanel<UIDeviceTip>().Hide();
yield return new WaitUntil(() => isLoadFinished == true);
if (Global.Instance.appData.preLoad != null && Global.Instance.appData.preLoad.action != null)
{

View File

@ -8,6 +8,7 @@ namespace QFramework.Example
{
public class UIDeviceTipData : UIPanelData
{
public string txt;
}
public partial class UIDeviceTip : UIPanel
{
@ -20,6 +21,11 @@ namespace QFramework.Example
protected override void OnOpen(IUIData uiData = null)
{
if (uiData != null)
{
mData = uiData as UIDeviceTipData ?? new UIDeviceTipData();
Label.text = Regex.Replace(mData.txt, @"\\n", "\n");
}
}
#if !VR
@ -33,21 +39,19 @@ namespace QFramework.Example
}
#endif
public void Set(string txt)
{
Label.text = Regex.Replace(txt, @"\\n", "\n");
}
public void Active(bool active)
{
Point.gameObject.SetActive(active);
}
//public void Active(bool active)
//{
// Point.gameObject.SetActive(active);
//}
protected override void OnShow()
{
//Active(true);
}
protected override void OnHide()
{
//Active(false);
}
protected override void OnClose()