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;