This commit is contained in:
YangHua 2024-05-30 09:49:30 +08:00
parent afcf813e35
commit 7e185ed9f5
7 changed files with 22921 additions and 8263 deletions

View File

@ -43,7 +43,7 @@ AnimatorStateMachine:
m_Position: {x: 510, y: 130, z: 0}
- serializedVersion: 1
m_State: {fileID: -3921465590487093746}
m_Position: {x: 500, y: 260, z: 0}
m_Position: {x: 520, y: 260, z: 0}
m_ChildStateMachines: []
m_AnyStateTransitions: []
m_EntryTransitions: []

View File

@ -53,7 +53,7 @@ TextureImporter:
alphaUsage: 1
alphaIsTransparency: 0
spriteTessellationDetail: -1
textureType: 0
textureType: 1
textureShape: 1
singleChannelComponent: 0
flipbookRows: 1

View File

@ -27,6 +27,7 @@ public class ClampAmmetersInteractive : MonoBehaviour
void init()
{
g1 = transform.GetChild(0).GetComponent<Transform>().gameObject;
name = g1.name;
}
private void OnMouseDown()
{

View File

@ -3,11 +3,11 @@ using System;
using System.Threading.Tasks;
using UnityEngine;
using UnityEngine.EventSystems;
using Vuplex.WebView;
//using Vuplex.WebView;
public class newfollow : MonoBehaviour
{
[SerializeField] string _name;
public CanvasWebViewPrefab _focusedPrefab;
//public CanvasWebViewPrefab _focusedPrefab;
public GameObject _canvas;
public bool isOnce = true;
@ -76,7 +76,7 @@ public class newfollow : MonoBehaviour
public void OpenWaiBuUrl(string _url)
{
//Application.OpenURL(url);
_focusedPrefab.InitialUrl = _url;
//_focusedPrefab.InitialUrl = _url;
_canvas.gameObject.SetActive(true);
}
public void OnClose()

View File

@ -7246,7 +7246,7 @@ RectTransform:
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: 736, y: 0}
m_SizeDelta: {x: 0, y: 0}
m_SizeDelta: {x: 420.9, y: 0}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &75116808
MonoBehaviour:
@ -48991,7 +48991,7 @@ RectTransform:
m_AnchorMin: {x: 0.5, y: 0.5}
m_AnchorMax: {x: 0.5, y: 0.5}
m_AnchoredPosition: {x: -834, y: 457}
m_SizeDelta: {x: 0, y: 0}
m_SizeDelta: {x: 114, y: 57}
m_Pivot: {x: 0.5, y: 0.5}
--- !u!114 &614828590
MonoBehaviour:
@ -115897,7 +115897,7 @@ GameObject:
m_Icon: {fileID: 0}
m_NavMeshLayer: 0
m_StaticEditorFlags: 0
m_IsActive: 1
m_IsActive: 0
--- !u!4 &1433083661
Transform:
m_ObjectHideFlags: 0

View File

@ -1 +1 @@
Build from LGZN_H at 2024/5/27 9:28:06
Build from ADAM at 2024/5/29 23:00:35