RTG 씬 수정

This commit is contained in:
geondo55
2025-07-14 16:56:12 +09:00
parent bd6718bee7
commit 5aaad7feef
2 changed files with 5 additions and 6 deletions

View File

@@ -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}

View File

@@ -98,7 +98,6 @@ namespace RTG
protected bool GetWorldPointClosestToInputDevice(Camera focusCamera, IEnumerable<GameObject> gameObjects, out Vector3 point)
{
Debug.Log("enter " + gameObjects.Count());
point = Vector3.zero;
if (gameObjects == null) return false;
if (!RTInputDevice.Get.Device.HasPointer()) return false;