From 02ebaae7f1f1f2e510f0759be71c6b32a5ac188e Mon Sep 17 00:00:00 2001 From: stendler <stendler@mi.fu-berlin.de> Date: Sun, 4 Feb 2018 22:36:28 +0100 Subject: [PATCH] VERSION 0.4: ui demo ready You can see most of the vision through the ui and it works generally. Not everything is fully functional and sometimes replaced with placeholders. also fixed the last pixels of the edit ui content length - a bit camera looked through. --- Assets/MemoryBox/arScene/arScene.unity | 4 ++-- ProjectSettings/ProjectSettings.asset | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assets/MemoryBox/arScene/arScene.unity b/Assets/MemoryBox/arScene/arScene.unity index 45717d1..d1c3e74 100644 --- a/Assets/MemoryBox/arScene/arScene.unity +++ b/Assets/MemoryBox/arScene/arScene.unity @@ -6180,8 +6180,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: 8.487549, y: -212.04993} - m_SizeDelta: {x: 17, y: -428} + m_AnchoredPosition: {x: 8.487549, y: -213.02478} + m_SizeDelta: {x: 17, y: -426.05} m_Pivot: {x: 0.5, y: 0.5} --- !u!114 &1293853818 MonoBehaviour: diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 80ab18e..466bc12 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -126,7 +126,7 @@ PlayerSettings: 16:10: 1 16:9: 1 Others: 1 - bundleVersion: 0.3 + bundleVersion: 0.4 preloadedAssets: [] metroInputSource: 0 wsaTransparentSwapchain: 0 @@ -252,7 +252,7 @@ PlayerSettings: AndroidKeystoreName: AndroidKeyaliasName: AndroidTVCompatibility: 1 - AndroidIsGame: 1 + AndroidIsGame: 0 AndroidEnableTango: 0 androidEnableBanner: 1 androidUseLowAccuracyLocation: 0 -- GitLab