This commit is contained in:
taosuqi 2024-08-14 13:23:04 +08:00
commit 73a1785dbf
2 changed files with 2 additions and 6 deletions

View File

@ -124,7 +124,7 @@ CapsuleCollider:
m_IsTrigger: 0 m_IsTrigger: 0
m_Enabled: 1 m_Enabled: 1
m_Radius: 0.5 m_Radius: 0.5
m_Height: 1 m_Height: 2
m_Direction: 1 m_Direction: 1
m_Center: {x: 0, y: 0, z: 0} m_Center: {x: 0, y: 0, z: 0}
--- !u!33 &7005868485670428847 --- !u!33 &7005868485670428847
@ -237,7 +237,7 @@ MonoBehaviour:
m_RequiresOpaqueTextureOption: 2 m_RequiresOpaqueTextureOption: 2
m_CameraType: 0 m_CameraType: 0
m_Cameras: [] m_Cameras: []
m_RendererIndex: -1 m_RendererIndex: 1
m_VolumeLayerMask: m_VolumeLayerMask:
serializedVersion: 2 serializedVersion: 2
m_Bits: 1 m_Bits: 1

View File

@ -67,10 +67,6 @@ public class Device_Mobile : MonoBehaviour
// break; // break;
} }
}
private void Update()
{
} }
private void OnMouseExit() private void OnMouseExit()