1210 10.36 szz提交

This commit is contained in:
xukanghao 2025-12-10 10:36:17 +08:00
parent 5f22dabbab
commit f00d2a2687
73 changed files with 29478 additions and 2552 deletions

File diff suppressed because one or more lines are too long

BIN
Assets/Plugins/I18N.CJK.dll Normal file

Binary file not shown.

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: efc75ea180991a446be0c54913d35686
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 4f29670eede5d5844945332c886c2e4f
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: aa9adf19f5c71c540bda55a06b314cef
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: ea6b91973769c844186ac086d6ae9ce6
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: ae77c3a479d419d4d908d894daa2115e
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

BIN
Assets/Plugins/I18N.dll Normal file

Binary file not shown.

View File

@ -0,0 +1,33 @@
fileFormatVersion: 2
guid: 44618147ce030574c813fc37dfd955e2
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Any:
second:
enabled: 1
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
- first:
Windows Store Apps: WindowsStoreApps
second:
enabled: 0
settings:
CPU: AnyCPU
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 7e4a233aff51b734eb84e04bd2063169
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

File diff suppressed because it is too large Load Diff

View File

@ -67,7 +67,7 @@ public class Control3DModelBt : MonoBehaviour
highlightEffect.outlineWidth = .1f;
}
startRot = transform.localRotation;
startRot=transform.localRotation;
}
void Start()
@ -118,14 +118,7 @@ public class Control3DModelBt : MonoBehaviour
}
else
{
if (!ModelBt.transform.parent.name.Contains("181"))
{
ModelBt.DOLocalRotateQuaternion(Quaternion.Euler(35, 0, 0), .5f);
}
else
{
ModelBt.DOLocalRotateQuaternion(Quaternion.Euler(0, 0, 0), .5f);
}
ModelBt.DOLocalRotateQuaternion(Quaternion.Euler(35, 0, 0), .5f);
transform.GetComponent<Collider>().enabled = false;
if (ModelLight != null)
{
@ -160,10 +153,10 @@ public class Control3DModelBt : MonoBehaviour
}
break;
case BtType.ÆÕͨ°´Å¥:
float yPos = ModelBt.localPosition.y;
float yPos= ModelBt.localPosition.y;
if (isInit == false)
{
// ModelBt.DOLocalMoveY(yPos+0.004f, .1f);
// ModelBt.DOLocalMoveY(yPos+0.004f, .1f);
if (ModelLight != null)
{
ModelLight.material.EnableKeyword("_EMISSION");

View File

@ -5,6 +5,10 @@ using NPOI.XSSF.UserModel;
using NPOI.HSSF.UserModel;
using TMPro;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using System;
using System.Reflection;
public class ReadExlAndSetValue : MonoBehaviour
{
@ -15,11 +19,11 @@ public class ReadExlAndSetValue : MonoBehaviour
public string keyName;
public void Awake()
{
//System.Text.Encoding.RegisterProvider(System.Text.CodePagesEncodingProvider.Instance);
// 手动注册编码提供程序
FillFromExcel();
}

View File

@ -61,7 +61,7 @@ public class MyTest : MonoBehaviour
backScale.onClick.AddListener(() => {
camera_122.transform.localPosition = cameraLocalPos;
canvas_122.GetComponent<CanvasScaler>().scaleFactor = 1.55f;
if (upPage != null)
{
@ -73,7 +73,7 @@ public class MyTest : MonoBehaviour
}
if (downPage != null)
{
canvas_122.GetComponent<CanvasScaler>().scaleFactor = 1.55f;
canvas_122.transform.GetChild(0).GetComponent<RectTransform>().anchoredPosition = obj1pos;
downPage.SetActive(true);
}
@ -86,11 +86,12 @@ public class MyTest : MonoBehaviour
downScale.onClick.AddListener(() => {
camera_122.transform.localPosition = new Vector3(-0.001f, -0.245f, 0.608f);
//camera_122.transform.localPosition = new Vector3(-0.001f, -0.245f, 0.608f);
camera_122.transform.localPosition = new Vector3(-0.005f, -0.242f, 0.59f);
if (downPage != null)
{
canvas_122.GetComponent<CanvasScaler>().scaleFactor = 2.9f;
canvas_122.transform.GetChild(0).GetComponent<RectTransform>().anchoredPosition = new Vector3(113, 270f, 0);
canvas_122.transform.GetChild(0).GetComponent<RectTransform>().anchoredPosition = new Vector3(111, 270f, 0);
downPage.SetActive(true);
@ -104,7 +105,7 @@ public class MyTest : MonoBehaviour
upScale.onClick.AddListener(() => {
camera_122.transform.localPosition = new Vector3(-0.001f, 0.103f, 0.599f);
camera_122.transform.localPosition = new Vector3(-0.0059f, 0.103f, 0.59f);
if (upPage != null )
{
@ -112,7 +113,7 @@ public class MyTest : MonoBehaviour
upPage.SetActive(true);
upPage.GetComponent<RectTransform>().localScale = Vector3.one;
upPage.GetComponent<RectTransform>().anchoredPosition = new Vector3(-33, 267f, 0);
upPage.GetComponent<RectTransform>().anchoredPosition = new Vector3(-45, 267f, 0);
}
if(downPage!=null)

View File

@ -10,6 +10,7 @@ public class Shoot122Manager : MonoBehaviour
public GameObject rawImage_122;
public GameObject penguan;
public List<string> chooseShoot=new List<string>();
public Dictionary<string,int> choosedValue=new Dictionary<string,int>();
public Control3DModelBt ±£ÏÕ;
private void Awake()
{
@ -22,6 +23,34 @@ public class Shoot122Manager : MonoBehaviour
// Start is called before the first frame update
public void AddOrUpdate(string key, int value)
{
if (choosedValue.ContainsKey(key))
{
// 键已存在,更新值
choosedValue[key] = value;
}
else
{
// 键不存在,添加新元素
choosedValue.Add(key, value);
}
if (GameObject.FindObjectOfType<PaoZhangMainPage>() != null)
{
FindObjectOfType<PaoZhangMainPage>().SetOneState(int.Parse(key), value);
}
}
public bool RemoveByKey(string key)
{
if (choosedValue.ContainsKey(key))
{
choosedValue.Remove(key);
return true; // 删除成功
}
return false; // key不存在删除失败
}
public void Jifa()
{
if (isShoot|| !±£ÏÕ.isInit)
@ -30,6 +59,10 @@ public class Shoot122Manager : MonoBehaviour
isShoot =true;
animation_122.Play();
penguan.SetActive(true);
for (int i = 0; i < chooseShoot.Count; i++)
{
AddOrUpdate(chooseShoot[i].ToString(), 3);
}
}

View File

@ -61,15 +61,35 @@ public class DanYaoZhunBeiPage : UIPageBtnEventBase
{
if (.text == "")
return;
List<int> results = ParseNumbers(µ¯Ðò.text);
for (int i = 0; i < results.Count; i++)
{
if (!chooseList.Contains(results[i].ToString()))
{
chooseList.Add(results[i].ToString());
Shoot122Manager.Instance.chooseShoot.Add(results[i].ToString());
FindPointAndShowState(results[i].ToString(), 1);
if (.text.Contains(".")) //有点就是单个选
{
List<int> results = ParseNumbers(.text);
for (int i = 0; i < results.Count; i++)
{
if (!chooseList.Contains(results[i].ToString()))
{
chooseList.Add(results[i].ToString());
Shoot122Manager.Instance.chooseShoot.Add(results[i].ToString());
Shoot122Manager.Instance.AddOrUpdate(results[i].ToString(), 1);
FindPointAndShowState(results[i].ToString(), 1);
}
}
}
else //没有就是一次选多个
{
int allCount = int.Parse(.text);
for (int i = 1; i <= allCount; i++)
{
if (!chooseList.Contains(i.ToString()))
{
chooseList.Add(i.ToString());
Shoot122Manager.Instance.chooseShoot.Add(i.ToString());
Shoot122Manager.Instance.AddOrUpdate(i.ToString(), 1);
FindPointAndShowState(i.ToString(), 1);
}
}
}
@ -156,6 +176,7 @@ public class DanYaoZhunBeiPage : UIPageBtnEventBase
ResetPointsState();
chooseList.Clear();
Shoot122Manager.Instance.chooseShoot.Clear();
Shoot122Manager.Instance.choosedValue.Clear();
})
@ -187,7 +208,7 @@ public class DanYaoZhunBeiPage : UIPageBtnEventBase
manager122.Show122DwonMsg("装弹检测完毕!");
//默认全部都有弹
for (int i = 1; i < 40; i++)
for (int i = 1; i < 41; i++)
{
FindPointAndShowState(i.ToString(), 0);

View File

@ -101,14 +101,14 @@ public class GuanDaoXunBeiPage : UIPageBtnEventBase
.Until(()=>!choosePage.activeInHierarchy) //等待界面关闭
.Events(() => {
//开始读秒N个时间以后显示坐标
AnimateNumber(¹ßµ¼Ñ°±±ÁÃëText, 0, 20, 5);
AnimateNumber(¹ßµ¼Ñ°±±ÁÃëText, 0, 288, 20);
})
.Delay(5f)
.Events(() => {
//结束后显示结果
±±Ïò½ÇText.text = "256";
×ÝÇã½ÇText.text = "256";
ºáÏò½ÇText.text = "256";
±±Ïò½ÇText.gameObject.SetActive(true);
×ÝÇã½ÇText.gameObject.SetActive(true);
ºáÏò½ÇText.gameObject.SetActive(true);
//北斗结束
})
.Begin();

View File

@ -6,7 +6,17 @@ public class PaoZhangMainPage : UIPageBtnEventBase
{
public List<GameObject> pages=new List<GameObject>();
public Transform selectionsPar;
private void Awake()
{
for (int i = 0; i <= 40; i++)
{
SetOneState(i, 0);
}
}
public override void OnF1Click()
{
base.OnF1Click();
@ -14,6 +24,133 @@ public class PaoZhangMainPage : UIPageBtnEventBase
}
private void OnEnable()
{
if (Shoot122Manager.Instance.isShoot)//打完就清空
{
ShootAll();
return;
}
if (Shoot122Manager.Instance.choosedValue.Count != 0)
{
//每次打开更新一下弹孔状态
foreach (KeyValuePair<string, int> kvp in Shoot122Manager.Instance.choosedValue)
{
int key = int.Parse(kvp.Key);
int value = kvp.Value;
SetOneState(key, value);
}
}
}
public void ShowSelectIcon(int index)
{
if (Shoot122Manager.Instance.isShoot == false)
{
if (Shoot122Manager.Instance.chooseShoot.Count == 0)
{
for (int i = 0; i < selectionsPar.childCount; i++)
{
for (int j = 0; j < 3; j++)
{
selectionsPar.GetChild(i).GetChild(j).gameObject.SetActive(false);
}
selectionsPar.GetChild(i).gameObject.SetActive(false);
}
return;
}
}
}
/// <summary>
/// 设置某个弹孔的状态
/// </summary>
/// <param name="index"></param>
/// <param name="state">3空直接关闭 0有弹 1选中 2留膛</param>
public void SetOneState(int index, int state)
{
string itemName = index.ToString();
if (state == 3)
{
selectionsPar.Find(itemName).gameObject.SetActive(false);
return;
}
for (int i = 0; i < selectionsPar.childCount; i++)
{
if (selectionsPar.GetChild(i).name == itemName)
{
Transform item = selectionsPar.GetChild(i);
item.gameObject.SetActive(true);
for (int j = 0; j < item.childCount-1; j++)
{
item.GetChild(j).gameObject.SetActive(false);
}
item.GetChild(state).gameObject.SetActive(true);
}
}
//switch (state)
//{
// case 0:
// break;
// case 1:
// break;
// case 2:
// break;
//}
}
/// <summary>
/// 所有弹都打空
/// </summary>
void ShootAll()
{
for (int i = 0; i < selectionsPar.childCount; i++)
{
for (int j = 0; j < 3; j++)
{
selectionsPar.GetChild(i).GetChild(j).gameObject.SetActive(false);
}
selectionsPar.GetChild(i).gameObject.SetActive(false);
}
}
//void FindPointAndShowState(string pointName, int state)
//{
// for (int i = 0; i < pointLayout.childCount; i++)
// {
// if (pointName == pointLayout.GetChild(i).name)
// {
// if (state != 3)
// {
// for (int j = 0; j < pointLayout.GetChild(i).childCount; j++)
// {
// pointLayout.GetChild(i).GetChild(j).gameObject.SetActive(false);
// }
// pointLayout.GetChild(i).GetChild(state).gameObject.SetActive(true);
// pointLayout.GetChild(i).gameObject.SetActive(true);
// Debug.Log(pointLayout.GetChild(i).GetChild(state).gameObject);
// }
// else
// {
// for (int j = 0; j < pointLayout.GetChild(i).childCount; j++)
// {
// pointLayout.GetChild(i).GetChild(j).gameObject.SetActive(false);
// }
// pointLayout.GetChild(i).gameObject.SetActive(false);
// }
// break;
// }
// }
//}
public override void OnF2Click() {
base.OnF2Click();

View File

@ -11,10 +11,16 @@ public class JiShuZhenDiPage : UIPageBtnEventBase
public CustomTMPDropdown ;
public TextMeshProUGUI text;
public CustomTMPDropdown ;
public Transform tips;
public GameObject xunbeiBtn;
public TextMeshProUGUI xunbeiTip;
public GameObject daohangMsg;
private void Awake()
{
.onValueChanged.AddListener(OnDropChange);
.onValueChanged.AddListener(OnReadChange);
}
public void OnDropChange(int index)
@ -22,6 +28,21 @@ public class JiShuZhenDiPage : UIPageBtnEventBase
text.text= .options[index].text;
}
public void OnReadChange(int value)
{
ShowReadTip(value);
}
void ShowReadTip(int currectIndex)
{
for (int i = 0; i < tips.childCount; i++)
{
tips.GetChild(i).gameObject.SetActive(false);
}
tips.GetChild(currectIndex).gameObject.SetActive(true);
}
private void OnEnable()
{
enter181 = FindObjectOfType<Enter181Page>();
@ -45,9 +66,12 @@ public class JiShuZhenDiPage : UIPageBtnEventBase
{
base.OnF2Click();
if (xunbeiBtn.activeInHierarchy == false)
return;
//F2需要根据不同的界面执行不同的逻辑待定
if (myPages[currentIndex].name == "4-惯导寻北") //点击F2后出现寻北时间
{
xunbeiTip.text = "惯导状态:正在寻北";
myPages[currentIndex].transform.GetChild(1).gameObject.SetActive(true);
StartCoroutine(UpdateTime(myPages[currentIndex].transform.GetChild(1).GetComponent<TextMeshProUGUI>()));
return;
@ -57,11 +81,16 @@ public class JiShuZhenDiPage : UIPageBtnEventBase
IEnumerator UpdateTime(TextMeshProUGUI timeText)
{
for (int i = 0; i <= 100; i++)
for (int i = 896; i >= 0; i--)
{
timeText.text = "寻北时间:" + i;
yield return new WaitForSeconds(1f); // 每秒更新
yield return new WaitForSeconds(0.016f); // 每秒更新
//yield return null;
}
yield return new WaitForSeconds(1);
myPages[currentIndex].transform.GetChild(1).gameObject.SetActive(false);
xunbeiTip.text = "惯导状态:导航";
daohangMsg.SetActive(true);
}
@ -129,7 +158,9 @@ public class JiShuZhenDiPage : UIPageBtnEventBase
break;
case "4-惯导寻北":
myPages[currentIndex].transform.GetChild(1).gameObject.SetActive(true); //打开寻北text --可能要做时间变化
//点击后显示寻北按钮
xunbeiBtn.SetActive(true);
//myPages[currentIndex].transform.GetChild(1).gameObject.SetActive(true); //打开寻北text --可能要做时间变化
break;
}
}

View File

@ -2,6 +2,7 @@ using UnityEngine;
using TMPro;
using UnityEngine.EventSystems;
using System.Collections;
using UnityEngine.UI;
public class CustomTMPInputField : TMP_InputField
{
@ -10,6 +11,34 @@ public class CustomTMPInputField : TMP_InputField
protected override void Awake()
{
base.Awake();
//this.contentType=ContentType.IntegerNumber
//使用字符验证回调
onValidateInput = OnValidateCharacter;
// 添加Outline
Outline ol = gameObject.GetComponent<Outline>();
if (ol == null) ol = gameObject.AddComponent<Outline>();
ol.effectColor = new Color32(0xFF, 0xAB, 0x00, 255);
ol.effectDistance = new Vector2(2, -2);
ol.enabled = false;
}
// 验证每个输入的字符(核心方法)
private char OnValidateCharacter(string text, int charIndex, char addedChar)
{
// 允许数字 0-9
if (addedChar >= '0' && addedChar <= '9')
{
return addedChar;
}
// 允许小数点 .
if (addedChar == '.')
{
return addedChar; // 允许多个小数点,直接返回
}
// 其他字符不允许输入
return '\0';
}
public override void OnPointerClick(PointerEventData eventData)
@ -48,7 +77,9 @@ public class CustomTMPInputField : TMP_InputField
// TMP 原生激活输入框,显示光标
ActivateInputField();
// 高亮自己
Outline ol = gameObject.GetComponent<Outline>();
if (ol != null) ol.enabled = true;
// 强制同步 placeholder 状态
ForceRefresh();
}

View File

@ -271,6 +271,8 @@ public class FocusPage : MonoBehaviour
isDropdownExpanded = false;
customInputField.Activate();
SetHighlight(customInputField, true);
if (!customInputField.GetComponent<Outline>().enabled)
SetHighlight(customInputField, true);
break;
case CustomTMPDropdown customTMPDropdown:
currentCustomTMPDropdown = customTMPDropdown;

View File

@ -23,12 +23,13 @@ public class ManagerPaoZhangBase : MonoBehaviour
{
if (instance == null)
instance = this;
ShowSystemStartPage();
}
private void OnEnable()
{
ShowSystemStartPage();
}
public void ShowSystemStartPage()

View File

@ -50,7 +50,7 @@ public class XiTongGuanLiPZ : UIPageBtnEventBase
base.OnESCClick();
ManagerPaoZhangBase.instance.ShowDownTip("");
ShowSelect(0);
ManagerPaoZhangBase.instance.paozhangMain.SetActive(true);
Destroy(gameObject);
}

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 7d4f429bf057d5540ad8bc61b6ef5784
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 85eb2a2df8a06514e909a2776ad1b59d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: ef1f1f697de46714d8f444be8802a171
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 76f644c50d4dd5841b9bf7288fd71926
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 36af8719a7b649b49b413554632ccbd2
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 4cf34439400350d4f8d8d36a24143bd9
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: f9e2ff7e795eedf41926722528adb3e2
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: 8de842426619e844d94a31ad40e9b8b6
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: c8abb509f5460d64d8fa7a9c71ad7125
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,8 @@
fileFormatVersion: 2
guid: bb9d9dd4a0be0ba48906446f54afcde2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 17e782e00820d5945a018229808b01b7
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 231 KiB

After

Width:  |  Height:  |  Size: 360 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 149 KiB

After

Width:  |  Height:  |  Size: 250 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 120 KiB

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 169 KiB

After

Width:  |  Height:  |  Size: 300 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 220 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 259 KiB

After

Width:  |  Height:  |  Size: 256 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 210 KiB

After

Width:  |  Height:  |  Size: 207 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 219 KiB

After

Width:  |  Height:  |  Size: 217 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 228 KiB

After

Width:  |  Height:  |  Size: 225 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 211 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 278 KiB

After

Width:  |  Height:  |  Size: 275 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 203 KiB

BIN
Assets/UI/181/组 294.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB

View File

@ -0,0 +1,123 @@
fileFormatVersion: 2
guid: cf33b21e83ab14d41b8644e637bbdb4e
TextureImporter:
internalIDToNameTable: []
externalObjects: {}
serializedVersion: 12
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
vTOnly: 0
ignoreMasterTextureLimit: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: 1
aniso: 1
mipBias: 0
wrapU: 1
wrapV: 1
wrapW: 0
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1
flipbookColumns: 1
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
ignorePngGamma: 0
applyGammaDecoding: 0
cookieLightType: 0
platformSettings:
- serializedVersion: 3
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
- serializedVersion: 3
buildTarget: Server
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
forceMaximumCompressionQuality_BC6H_BC7: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID: 5e97eb03825dee720800000000000000
internalID: 0
vertices: []
indices:
edges: []
weights: []
secondaryTextures: []
nameFileIdTable: {}
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1954,6 +1954,7 @@ RectTransform:
- {fileID: 2368315145578396872}
- {fileID: 2368315145701516071}
- {fileID: 2368315145536161463}
- {fileID: 1348098394221225484}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -19058,6 +19059,112 @@ RectTransform:
m_CorrespondingSourceObject: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
m_PrefabInstance: {fileID: 8307427043508864457}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &8439283453951573837
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 2368315144717128194}
m_Modifications:
- target: {fileID: 7470121368295168320, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Name
value: "\u5C04\u51FB\u51C6\u5907\u4ECB\u7ECD"
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Pivot.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Pivot.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_RootOrder
value: 4
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMax.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMax.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMin.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMin.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_SizeDelta.x
value: 10
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_SizeDelta.y
value: 10
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchoredPosition.x
value: 168.4
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchoredPosition.y
value: 102.9
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168325, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: folderPath
value: "122\u7784\u51C6/\u5C04\u51FB\u51C6\u5907/\u5C04\u51FB\u51C6\u5907\u4ECB\u7ECD"
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
--- !u!224 &1348098394221225484 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
m_PrefabInstance: {fileID: 8439283453951573837}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &8527127366949014951
PrefabInstance:
m_ObjectHideFlags: 0

View File

@ -10124,6 +10124,7 @@ RectTransform:
- {fileID: 5917759695621655169}
- {fileID: 5917759694018057455}
- {fileID: 5917759695389568829}
- {fileID: 8128980782721121625}
m_Father: {fileID: 0}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -38673,6 +38674,112 @@ RectTransform:
m_CorrespondingSourceObject: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
m_PrefabInstance: {fileID: 380856191580774084}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &1685686830497293336
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 5917759694311676469}
m_Modifications:
- target: {fileID: 7470121368295168320, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Name
value: "\u5C04\u51FB\u5B9E\u65BD\u4ECB\u7ECD"
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Pivot.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Pivot.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_RootOrder
value: 4
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMax.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMax.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMin.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMin.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_SizeDelta.x
value: 8
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_SizeDelta.y
value: 8
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchoredPosition.x
value: 167.3
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchoredPosition.y
value: 102.9
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168325, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: folderPath
value: "122\u7784\u51C6/\u5C04\u51FB\u5B9E\u65BD/\u5C04\u51FB\u5B9E\u65BD\u4ECB\u7ECD"
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
--- !u!224 &8128980782721121625 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
m_PrefabInstance: {fileID: 1685686830497293336}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &3283102336776765260
PrefabInstance:
m_ObjectHideFlags: 0
@ -39438,7 +39545,7 @@ PrefabInstance:
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168325, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: folderPath
value: "122\u7784\u51C6/\u5C04\u51FB\u5B9E\u65BD/\u70B8\u70B9\u4FEE\u6B63"
value: "122\u7784\u51C6/\u5C04\u51FB\u5B9E\u65BD/\u89E3\u7B97\u7ED3\u679C"
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: c1f3536b4ed455a40937437db9591c78, type: 3}

View File

@ -21248,7 +21248,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!224 &6156981652294722117
RectTransform:
m_ObjectHideFlags: 0

View File

@ -1204,7 +1204,7 @@ RectTransform:
m_GameObject: {fileID: 761683429570033214}
m_LocalRotation: {x: 0, y: 0, z: 0, w: 1}
m_LocalPosition: {x: 0, y: 0, z: 0}
m_LocalScale: {x: 1.0123363, y: 1.103046, z: 0.98039806}
m_LocalScale: {x: 1.03, y: 1.103046, z: 0.98039806}
m_ConstrainProportionsScale: 0
m_Children:
- {fileID: 761683430629631510}
@ -1964,6 +1964,7 @@ RectTransform:
- {fileID: 6136405928166414924}
- {fileID: 4373948242858394642}
- {fileID: 761683430725179967}
- {fileID: 231992269846116042}
m_Father: {fileID: 761683429072225257}
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
@ -3766,3 +3767,121 @@ RectTransform:
m_CorrespondingSourceObject: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
m_PrefabInstance: {fileID: 6564085581419978067}
m_PrefabAsset: {fileID: 0}
--- !u!1001 &7247136722924449675
PrefabInstance:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Modification:
m_TransformParent: {fileID: 761683430551017083}
m_Modifications:
- target: {fileID: 7470121368295168320, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Name
value: "\u4E3B\u754C\u9762\u4ECB\u7ECD"
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Pivot.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_Pivot.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_RootOrder
value: 4
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMax.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMax.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMin.x
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchorMin.y
value: 0.5
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_SizeDelta.x
value: 10
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_SizeDelta.y
value: 10
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalScale.x
value: 7.478314
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalScale.y
value: 7.478314
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalScale.z
value: 7.478313
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalPosition.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.w
value: 1
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.x
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.y
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalRotation.z
value: -0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchoredPosition.x
value: 1194
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_AnchoredPosition.y
value: 675
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.x
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.y
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7470121368295168325, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
propertyPath: folderPath
value: "122\u7784\u51C6/\u4E3B\u754C\u9762/\u4E3B\u754C\u9762\u4ECB\u7ECD"
objectReference: {fileID: 0}
m_RemovedComponents: []
m_SourcePrefab: {fileID: 100100000, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
--- !u!224 &231992269846116042 stripped
RectTransform:
m_CorrespondingSourceObject: {fileID: 7470121368295168321, guid: c1f3536b4ed455a40937437db9591c78, type: 3}
m_PrefabInstance: {fileID: 7247136722924449675}
m_PrefabAsset: {fileID: 0}

File diff suppressed because it is too large Load Diff

View File

@ -247,10 +247,6 @@ MonoBehaviour:
m_Options:
- m_Text: "BD RNSS\u5355\u9891B1 P\u7801"
m_Image: {fileID: 0}
- m_Text: 2
m_Image: {fileID: 0}
- m_Text: 3
m_Image: {fileID: 0}
m_OnValueChanged:
m_PersistentCalls:
m_Calls: []
@ -18366,9 +18362,9 @@ RectTransform:
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: 0, y: 0}
m_SizeDelta: {x: -7.5410995, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_Pivot: {x: 0, y: 1}
--- !u!222 &9092474320750265963
CanvasRenderer:
@ -18432,6 +18428,7 @@ GameObject:
- component: {fileID: 9092474320751849887}
- component: {fileID: 9092474320751849885}
- component: {fileID: 9092474320751849886}
- component: {fileID: 6425925959028527090}
m_Layer: 0
m_Name: "\u672C\u70AE\u5750\u6807y"
m_TagString: Untagged
@ -18556,6 +18553,21 @@ MonoBehaviour:
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!114 &6425925959028527090
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9092474320751849856}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f11dd1ffa02a9a844963d0f1ed7ef8b1, type: 3}
m_Name:
m_EditorClassIdentifier:
excelName: "122\u7B97\u4F8B"
sheetName: "\u70AE\u957F"
keyName: "\u9635\u5730\u5750\u6807Y"
--- !u!1 &9092474320925841905
GameObject:
m_ObjectHideFlags: 0
@ -19152,13 +19164,14 @@ GameObject:
- component: {fileID: 9092474321380857515}
- component: {fileID: 9092474321380857513}
- component: {fileID: 9092474321380857514}
- component: {fileID: 1546767180955472141}
m_Layer: 0
m_Name: "\u5317\u5411\u89D2"
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &9092474321380857515
RectTransform:
m_ObjectHideFlags: 0
@ -19276,6 +19289,21 @@ MonoBehaviour:
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!114 &1546767180955472141
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9092474321380857516}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f11dd1ffa02a9a844963d0f1ed7ef8b1, type: 3}
m_Name:
m_EditorClassIdentifier:
excelName: "122\u7B97\u4F8B"
sheetName: "\u70AE\u957F"
keyName: "\u60EF\u5BFC\u5317\u6597-\u5317\u5411\u89D2"
--- !u!1 &9092474321388911479
GameObject:
m_ObjectHideFlags: 0
@ -19380,6 +19408,7 @@ GameObject:
- component: {fileID: 9092474321401850060}
- component: {fileID: 9092474321401850058}
- component: {fileID: 9092474321401850059}
- component: {fileID: 5858060407119563878}
m_Layer: 0
m_Name: "\u672C\u70AE\u5750\u6807h"
m_TagString: Untagged
@ -19504,6 +19533,21 @@ MonoBehaviour:
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!114 &5858060407119563878
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9092474321401850061}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f11dd1ffa02a9a844963d0f1ed7ef8b1, type: 3}
m_Name:
m_EditorClassIdentifier:
excelName: "122\u7B97\u4F8B"
sheetName: "\u70AE\u957F"
keyName: "\u9635\u5730\u5750\u6807H"
--- !u!1 &9092474321509156954
GameObject:
m_ObjectHideFlags: 0
@ -19515,13 +19559,14 @@ GameObject:
- component: {fileID: 9092474321509156953}
- component: {fileID: 9092474321509156951}
- component: {fileID: 9092474321509156952}
- component: {fileID: 7097456075669835239}
m_Layer: 0
m_Name: "\u7EB5\u503E\u89D2"
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &9092474321509156953
RectTransform:
m_ObjectHideFlags: 0
@ -19639,6 +19684,21 @@ MonoBehaviour:
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!114 &7097456075669835239
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9092474321509156954}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f11dd1ffa02a9a844963d0f1ed7ef8b1, type: 3}
m_Name:
m_EditorClassIdentifier:
excelName: "122\u7B97\u4F8B"
sheetName: "\u70AE\u957F"
keyName: "\u60EF\u5BFC\u5317\u6597-\u7EB5\u503E\u89D2"
--- !u!1 &9092474321532697601
GameObject:
m_ObjectHideFlags: 0
@ -19881,7 +19941,19 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 9092474321676696143}
m_OnClick:
m_PersistentCalls:
m_Calls: []
m_Calls:
- m_Target: {fileID: 9092474321388911479}
m_TargetAssemblyTypeName: UnityEngine.GameObject, UnityEngine
m_MethodName: SetActive
m_Mode: 6
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!1 &9092474321833921323
GameObject:
m_ObjectHideFlags: 0
@ -19898,7 +19970,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!224 &9092474321833921322
RectTransform:
m_ObjectHideFlags: 0
@ -19983,7 +20055,7 @@ RectTransform:
m_RootOrder: 0
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
m_AnchorMin: {x: 0, y: 0}
m_AnchorMax: {x: 1, y: 1}
m_AnchorMax: {x: 0, y: 0}
m_AnchoredPosition: {x: -0.06829977, y: 0}
m_SizeDelta: {x: 19.6127, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
@ -20399,6 +20471,7 @@ GameObject:
- component: {fileID: 9092474322117069564}
- component: {fileID: 9092474322117069562}
- component: {fileID: 9092474322117069563}
- component: {fileID: 2304229038757628658}
m_Layer: 0
m_Name: "\u672C\u70AE\u5750\u6807x"
m_TagString: Untagged
@ -20523,6 +20596,21 @@ MonoBehaviour:
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!114 &2304229038757628658
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9092474322117069565}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f11dd1ffa02a9a844963d0f1ed7ef8b1, type: 3}
m_Name:
m_EditorClassIdentifier:
excelName: "122\u7B97\u4F8B"
sheetName: "\u70AE\u957F"
keyName: "\u9635\u5730\u5750\u6807X"
--- !u!1 &9092474322217772140
GameObject:
m_ObjectHideFlags: 0
@ -20644,7 +20732,19 @@ MonoBehaviour:
m_TargetGraphic: {fileID: 9092474322217772137}
m_OnClick:
m_PersistentCalls:
m_Calls: []
m_Calls:
- m_Target: {fileID: 9092474321388911479}
m_TargetAssemblyTypeName: UnityEngine.GameObject, UnityEngine
m_MethodName: SetActive
m_Mode: 6
m_Arguments:
m_ObjectArgument: {fileID: 0}
m_ObjectArgumentAssemblyTypeName: UnityEngine.Object, UnityEngine
m_IntArgument: 0
m_FloatArgument: 0
m_StringArgument:
m_BoolArgument: 0
m_CallState: 2
--- !u!1 &9092474322445899890
GameObject:
m_ObjectHideFlags: 0
@ -20931,13 +21031,14 @@ GameObject:
- component: {fileID: 9092474322640857236}
- component: {fileID: 9092474322640857234}
- component: {fileID: 9092474322640857235}
- component: {fileID: 5450194230381533062}
m_Layer: 0
m_Name: "\u6A2A\u503E\u89D2"
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &9092474322640857236
RectTransform:
m_ObjectHideFlags: 0
@ -21055,6 +21156,21 @@ MonoBehaviour:
m_hasFontAssetChanged: 0
m_baseMaterial: {fileID: 0}
m_maskOffset: {x: 0, y: 0, z: 0, w: 0}
--- !u!114 &5450194230381533062
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 9092474322640857237}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: f11dd1ffa02a9a844963d0f1ed7ef8b1, type: 3}
m_Name:
m_EditorClassIdentifier:
excelName: "122\u7B97\u4F8B"
sheetName: "\u70AE\u957F"
keyName: "\u60EF\u5BFC\u5317\u6597-\u6A2A\u503E\u89D2"
--- !u!1 &9092474322834336890
GameObject:
m_ObjectHideFlags: 0

File diff suppressed because it is too large Load Diff

View File

@ -3906,7 +3906,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: 2008-03-25
m_text: 2025-12-25
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: f2aa10144f9345049a48abd0ff716797, type: 2}
m_sharedMaterial: {fileID: -2398375503880504220, guid: f2aa10144f9345049a48abd0ff716797, type: 2}
@ -10251,7 +10251,7 @@ MonoBehaviour:
m_OnCullStateChanged:
m_PersistentCalls:
m_Calls: []
m_text: 2008-03-25
m_text: 2025-12-25
m_isRightToLeft: 0
m_fontAsset: {fileID: 11400000, guid: f2aa10144f9345049a48abd0ff716797, type: 2}
m_sharedMaterial: {fileID: -2398375503880504220, guid: f2aa10144f9345049a48abd0ff716797, type: 2}

View File

@ -5986,7 +5986,7 @@ MonoBehaviour:
m_HandleRect: {fileID: 1649410929369511935}
m_Direction: 2
m_Value: 0
m_Size: 0.9999995
m_Size: 1
m_NumberOfSteps: 0
m_OnValueChanged:
m_PersistentCalls:

View File

@ -14236,7 +14236,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!224 &6221087707306802126
RectTransform:
m_ObjectHideFlags: 0
@ -30528,7 +30528,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 0
m_IsActive: 1
--- !u!224 &6221087708023957203
RectTransform:
m_ObjectHideFlags: 0

File diff suppressed because it is too large Load Diff

View File

@ -771,7 +771,8 @@ PlayerSettings:
tvOS: DOTWEEN
additionalCompilerArguments: {}
platformArchitecture: {}
scriptingBackend: {}
scriptingBackend:
Standalone: 0
il2cppCompilerConfiguration: {}
managedStrippingLevel:
EmbeddedLinux: 1