카메라 이동범위 설정 -0.2(노준학)

기즈모 고정 -0.5(노준학) 완료
MQTT 재연결 로직 -0.2(노준학) - 작업중
This commit is contained in:
2025-07-15 11:00:11 +09:00
parent e92778f77b
commit 0be41c12cd
26 changed files with 1677 additions and 8439 deletions

View File

@@ -1,4 +1,4 @@
using RTG;
using RTG;
using System.Collections.Generic;
using UnityEngine;
using Octopus.Simulator;
@@ -98,7 +98,6 @@ public class RTGController : UnitySingleton<RTGController>
objectRotationGizmo.Gizmo.SetEnabled(false);
objectScaleGizmo.Gizmo.SetEnabled(false);
objectUniversalGizmo.Gizmo.SetEnabled(false);
if (gizmoId == "None")
{
workGizmoId = GizmoId.None;