Working on android too (last push)
This commit is contained in:
@@ -10339,7 +10339,7 @@ RectTransform:
|
|||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
m_AnchorMin: {x: 0.5, y: 1}
|
m_AnchorMin: {x: 0.5, y: 1}
|
||||||
m_AnchorMax: {x: 0.5, y: 1}
|
m_AnchorMax: {x: 0.5, y: 1}
|
||||||
m_AnchoredPosition: {x: 0, y: -90.099976}
|
m_AnchoredPosition: {x: 0, y: -113.6}
|
||||||
m_SizeDelta: {x: 60, y: 60}
|
m_SizeDelta: {x: 60, y: 60}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!114 &1550019641
|
--- !u!114 &1550019641
|
||||||
@@ -10682,8 +10682,8 @@ RectTransform:
|
|||||||
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
m_LocalEulerAnglesHint: {x: 0, y: 0, z: 0}
|
||||||
m_AnchorMin: {x: 0.5, y: 1}
|
m_AnchorMin: {x: 0.5, y: 1}
|
||||||
m_AnchorMax: {x: 0.5, y: 1}
|
m_AnchorMax: {x: 0.5, y: 1}
|
||||||
m_AnchoredPosition: {x: 0, y: -45.100006}
|
m_AnchoredPosition: {x: 0.000019073, y: -56.85}
|
||||||
m_SizeDelta: {x: 160, y: 30}
|
m_SizeDelta: {x: 202.8036, y: 53.5}
|
||||||
m_Pivot: {x: 0.5, y: 0.5}
|
m_Pivot: {x: 0.5, y: 0.5}
|
||||||
--- !u!114 &1600263023
|
--- !u!114 &1600263023
|
||||||
MonoBehaviour:
|
MonoBehaviour:
|
||||||
@@ -14460,8 +14460,8 @@ BoxCollider:
|
|||||||
m_IsTrigger: 0
|
m_IsTrigger: 0
|
||||||
m_Enabled: 1
|
m_Enabled: 1
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
||||||
m_Size: {x: 161.41098, y: 37.503296, z: 45.18319}
|
m_Size: {x: 223.44653, y: 86.49219, z: 45.18319}
|
||||||
m_Center: {x: -0.8694916, y: -1.9985962, z: 9.810416}
|
m_Center: {x: -2.2122192, y: -11.080078, z: 9.810417}
|
||||||
--- !u!54 &1988853067
|
--- !u!54 &1988853067
|
||||||
Rigidbody:
|
Rigidbody:
|
||||||
m_ObjectHideFlags: 0
|
m_ObjectHideFlags: 0
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ public class PlayablePlayer : Player
|
|||||||
{
|
{
|
||||||
|
|
||||||
//Generiere Würfelzahl von 1-6 wenn gerade gewürfelt werden darf
|
//Generiere Würfelzahl von 1-6 wenn gerade gewürfelt werden darf
|
||||||
if ((Input.GetMouseButtonDown(0) && !uiHandler.MapOpen) && wurfelZahl == 0 && !wurfelt)
|
if ((Input.GetMouseButtonUp(0) && !uiHandler.MapOpen) && wurfelZahl == 0 && !wurfelt)
|
||||||
{
|
{
|
||||||
if(!Physics.Raycast(new Vector3(Input.mousePosition.x, Input.mousePosition.y, -200), Vector3.forward))
|
if(!Physics.Raycast(new Vector3(Input.mousePosition.x, Input.mousePosition.y, -200), Vector3.forward))
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -137,7 +137,9 @@ PlayerSettings:
|
|||||||
16:9: 1
|
16:9: 1
|
||||||
Others: 1
|
Others: 1
|
||||||
bundleVersion: 0.1
|
bundleVersion: 0.1
|
||||||
preloadedAssets: []
|
preloadedAssets:
|
||||||
|
- {fileID: -6390619424234631034, guid: 90cd1b71078984c4980fcd1aa03eaaa3, type: 2}
|
||||||
|
- {fileID: 11400000, guid: 48bf7376b3770c44cbfe3f40e77359ab, type: 2}
|
||||||
metroInputSource: 0
|
metroInputSource: 0
|
||||||
wsaTransparentSwapchain: 0
|
wsaTransparentSwapchain: 0
|
||||||
m_HolographicPauseOnTrackingLoss: 1
|
m_HolographicPauseOnTrackingLoss: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user