Browse Source

修复工业模型视频问题

蓝色星空 1 year ago
parent
commit
854dc45342

File diff suppressed because it is too large
+ 60 - 25
Assets/NavigatorPro.unity


+ 2 - 2
Assets/Resources/excel_buttom.prefab

@@ -100,8 +100,8 @@ BoxCollider:
   m_IsTrigger: 0
   m_Enabled: 1
   serializedVersion: 2
-  m_Size: {x: 0.040000003, y: 0.04, z: 0.0050000004}
-  m_Center: {x: 0, y: 0, z: 0.0025000002}
+  m_Size: {x: 0.040000003, y: 0.04, z: 0.009432518}
+  m_Center: {x: 0, y: 0, z: 0.00028374064}
 --- !u!114 &2004779580424129717
 MonoBehaviour:
   m_ObjectHideFlags: 0

+ 1 - 1
Assets/Scripts/GongyeAndYiliao/GongYe/GongYeContral.cs

@@ -20,7 +20,7 @@ public class GongYeContral : MonoBehaviour
         set { m_FunctionValues = value; }
     }
 
-    void Start()
+    void Awake()
     {
         GetData();
     }

+ 3 - 2
Assets/Scripts/GongyeAndYiliao/GongYe/InspectListPanel.cs

@@ -81,15 +81,16 @@ public class InspectListPanel : MonoBehaviour
         sounds.name = "playSounds0";
         sounds.GetComponent<PlaySounds>().soundName = "sound0";
 
-
         leftButton_show.gameObject.SetActive(false);
         rightButton_show.gameObject.SetActive(false);
         // 克隆一份数据
         _currFVList = new List<FunctionValue>();
+        Debug.Log(999);
+
         _currFVList.AddRange(GongYe.FunctionValues);
         StartInitialize();
+        Debug.Log(101010);
         StartCoroutine(StartshowHand());
-
     }
 
     /// <summary>

+ 1 - 0
Assets/Scripts/GongyeAndYiliao/GongYe/InspectList_Button.cs

@@ -21,6 +21,7 @@ public class InspectList_Button : MonoBehaviour
     public StartInspect startInspect = StartInspect.Undetected;
     public void OnSelect(bool isSelect)
     {
+        Debug.Log("选择了"+ isSelect);
         if (isSelect)
         {
             this.GetComponent<MeshRenderer>().material = material_To_be_tested;

+ 8 - 3
ProjectSettings/ProjectSettings.asset

@@ -147,7 +147,12 @@ PlayerSettings:
     16:9: 1
     Others: 1
   bundleVersion: 10.13.3
-  preloadedAssets: []
+  preloadedAssets:
+  - {fileID: 11400000, guid: 421c87eb448336947acceecd672e760c, type: 2}
+  - {fileID: 11400000, guid: eaaad242393318e4f85c45e69c8837f0, type: 2}
+  - {fileID: -6682207197718421661, guid: 8f422df2931cba0478c1fe8ab232b9a3, type: 2}
+  - {fileID: 3493090336618791480, guid: 2d049ae1db0e2b74c8251022ae6dcb95, type: 2}
+  - {fileID: 4800000, guid: c9f956787b1d945e7b36e0516201fc76, type: 3}
   metroInputSource: 0
   wsaTransparentSwapchain: 0
   m_HolographicPauseOnTrackingLoss: 1
@@ -897,6 +902,7 @@ PlayerSettings:
   metroSplashScreenUseBackgroundColor: 1
   platformCapabilities:
     WindowsStoreApps:
+      CodeGeneration: False
       OfflineMapsManagement: False
       HumanInterfaceDevice: False
       Location: False
@@ -909,7 +915,6 @@ PlayerSettings:
       InternetClientServer: False
       VideosLibrary: False
       Objects3D: False
-      InternetClient: True
       RemoteSystem: False
       BlockedChatMessages: False
       PhoneCall: False
@@ -931,7 +936,7 @@ PlayerSettings:
       RecordedCallsFolder: False
       Contacts: False
       Proximity: False
-      CodeGeneration: False
+      InternetClient: True
       BackgroundMediaPlayback: False
       EnterpriseAuthentication: False
   metroTargetDeviceFamilies:

Some files were not shown because too many files changed in this diff