studio 세팅 중. runtime gizmo 설정 중

This commit is contained in:
logonkhi
2025-12-12 18:58:44 +09:00
parent 0e51ffc87f
commit 69ae8b22fd
1888 changed files with 168684 additions and 38533 deletions

View File

@@ -3,7 +3,7 @@ using System.Collections;
using UnityEngine;
using UVC.Core;
namespace UVC.Studio.Camera
namespace UVC.Studio.Cameras
{
/// <summary>
/// 마우스 입력에 따라 카메라를 이동, 회전, 줌하는 컨트롤러입니다.

View File

@@ -30,6 +30,8 @@ namespace UVC.Studio
UVC.Log.Log4netCodeConfigurator.Setup();
#endif
RTGLite.RTG.get.initialized += OnRTGInit;
await SettupConfigAsync();
if (Initialized != null)
@@ -68,5 +70,10 @@ namespace UVC.Studio
}
private void OnRTGInit()
{
RTGLite.RTGizmos.get.CreateViewGizmo(RTGLite.RTCamera.get.settings.targetCamera);
}
}
}

View File

@@ -1,5 +1,5 @@
#nullable enable
using UVC.Studio.Camera;
using UVC.Studio.Cameras;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;