ZXP 1 рік тому
батько
коміт
d20af6affb

+ 3 - 3
Assets/Prefabs/Answer.prefab

@@ -34,8 +34,8 @@ RectTransform:
   m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
   m_AnchorMin: {x: 0, y: 0}
   m_AnchorMax: {x: 1, y: 1}
-  m_AnchoredPosition: {x: 47.5, y: -0.5}
-  m_SizeDelta: {x: -105, y: -3}
+  m_AnchoredPosition: {x: 52.5, y: 0.00024032593}
+  m_SizeDelta: {x: -105, y: 0.00050354}
   m_Pivot: {x: 0.5, y: 0.5}
 --- !u!222 &9166703818242709863
 CanvasRenderer:
@@ -164,7 +164,7 @@ MonoBehaviour:
   onValueChanged:
     m_PersistentCalls:
       m_Calls: []
-  m_IsOn: 1
+  m_IsOn: 0
 --- !u!1 &9166703818764288710
 GameObject:
   m_ObjectHideFlags: 0

+ 4 - 4
Assets/Prefabs/SelectPrefab.prefab

@@ -36,8 +36,8 @@ RectTransform:
   m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
   m_AnchorMin: {x: 0, y: 1}
   m_AnchorMax: {x: 0, y: 1}
-  m_AnchoredPosition: {x: 4023, y: -834}
-  m_SizeDelta: {x: 195.7, y: 442.3}
+  m_AnchoredPosition: {x: 4948.9, y: -1286.4}
+  m_SizeDelta: {x: 244, y: 686.73}
   m_Pivot: {x: 0.5, y: 0.5}
 --- !u!222 &4063908967862322276
 CanvasRenderer:
@@ -248,8 +248,8 @@ RectTransform:
   m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
   m_AnchorMin: {x: 0, y: 1}
   m_AnchorMax: {x: 0, y: 1}
-  m_AnchoredPosition: {x: 4023, y: -834}
-  m_SizeDelta: {x: 195.7, y: 442.3}
+  m_AnchoredPosition: {x: 4948.9, y: -1286.42}
+  m_SizeDelta: {x: 244, y: 686.73}
   m_Pivot: {x: 0.5, y: 0.5}
 --- !u!222 &5943149762659415357
 CanvasRenderer:

Різницю між файлами не показано, бо вона завелика
+ 370 - 683
Assets/Prefabs/VR.prefab


+ 0 - 0
Assets/AnimatorControl.cs → Assets/Scripts/AnimatorControl.cs


+ 0 - 0
Assets/AnimatorControl.cs.meta → Assets/Scripts/AnimatorControl.cs.meta


+ 18 - 0
Assets/Scripts/Login.cs

@@ -0,0 +1,18 @@
+using System.Collections;
+using System.Collections.Generic;
+using UnityEngine;
+
+public class Login : MonoBehaviour
+{
+    // Start is called before the first frame update
+    void Start()
+    {
+        
+    }
+
+    // Update is called once per frame
+    void Update()
+    {
+        
+    }
+}

+ 11 - 0
Assets/Scripts/Login.cs.meta

@@ -0,0 +1,11 @@
+fileFormatVersion: 2
+guid: 0bb5e4d934d798343a34c26749cec382
+MonoImporter:
+  externalObjects: {}
+  serializedVersion: 2
+  defaultReferences: []
+  executionOrder: 0
+  icon: {instanceID: 0}
+  userData: 
+  assetBundleName: 
+  assetBundleVariant: 

Деякі файли не було показано, через те що забагато файлів було змінено

粤ICP备19079148号