From 5aaad7feefdfbd3d4c342df9f2e7dc25fb394de1 Mon Sep 17 00:00:00 2001 From: geondo55 <102933884+geondo55@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:56:12 +0900 Subject: [PATCH] =?UTF-8?q?RTG=20=EC=94=AC=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scenes/0.30.0.unity | 10 +++++----- .../Gizmos/Drag/GizmoObjectVertexSnapDrag3D.cs | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/Assets/Scenes/0.30.0.unity b/Assets/Scenes/0.30.0.unity index eddeffc2..c3b4fb69 100644 --- a/Assets/Scenes/0.30.0.unity +++ b/Assets/Scenes/0.30.0.unity @@ -4991,12 +4991,12 @@ MonoBehaviour: _scaleSensitivity: 1 _moveGizmoSettings3D: _canBeDisplayed: 1 - _isExpanded: 0 + _isExpanded: 1 _vertexSnapSettings: _canBeDisplayed: 1 _isExpanded: 1 - _snapDestinationLayers: -1 - _canSnapToGrid: 1 + _snapDestinationLayers: -4095 + _canSnapToGrid: 0 _canSnapToObjectVerts: 1 _sglSliderSettings: - _lineHoverEps: 0.7 @@ -9801,7 +9801,7 @@ GameObject: - component: {fileID: 1833346087} - component: {fileID: 1833346086} - component: {fileID: 1833346090} - m_Layer: 0 + m_Layer: 6 m_Name: Plane m_TagString: Untagged m_Icon: {fileID: 0} @@ -10136,7 +10136,7 @@ MonoBehaviour: _settings: _canBeDisplayed: 1 _isExpanded: 1 - _physicsMode: 1 + _physicsMode: 2 --- !u!224 &1959729457 stripped RectTransform: m_CorrespondingSourceObject: {fileID: 5526574206638406261, guid: ea83f56b6eed48b4d98d8ee2b8f4b6e9, type: 3} diff --git a/Assets/Scripts/ExternalAssets/Runtime Transform Gizmos/Gizmos/Drag/GizmoObjectVertexSnapDrag3D.cs b/Assets/Scripts/ExternalAssets/Runtime Transform Gizmos/Gizmos/Drag/GizmoObjectVertexSnapDrag3D.cs index 759fcb7e..87a19444 100644 --- a/Assets/Scripts/ExternalAssets/Runtime Transform Gizmos/Gizmos/Drag/GizmoObjectVertexSnapDrag3D.cs +++ b/Assets/Scripts/ExternalAssets/Runtime Transform Gizmos/Gizmos/Drag/GizmoObjectVertexSnapDrag3D.cs @@ -98,7 +98,6 @@ namespace RTG protected bool GetWorldPointClosestToInputDevice(Camera focusCamera, IEnumerable gameObjects, out Vector3 point) { - Debug.Log("enter " + gameObjects.Count()); point = Vector3.zero; if (gameObjects == null) return false; if (!RTInputDevice.Get.Device.HasPointer()) return false;