필요 없는 경로 삭제

This commit is contained in:
logonkhi
2025-12-24 18:43:51 +09:00
parent bc8e781c90
commit a75d48265a
31 changed files with 33 additions and 1615 deletions

View File

@@ -9,7 +9,6 @@ using UnityEngine;
using UVC.Data.Core;
using UVC.Log;
using UVC.Network;
using UVC.Tests;
namespace UVC.Data.Http
{

View File

@@ -1,7 +1,6 @@
#nullable enable
using Cysharp.Threading.Tasks;
using Factory.Config;
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
@@ -147,7 +146,7 @@ namespace UVC.Data.Mqtt
/// <param name="port">MQTT 브로커의 포트 번호, 기본값은 1883입니다.</param>
public void SetDomainPort(string domain, int port)
{
this.domain = string.IsNullOrEmpty(domain) ? FactoryConstants.MQTT_DOMAIN : domain;
this.domain = domain;
this.port = port;
WebSocketPort = port;

View File

@@ -1,10 +1,6 @@
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using UVC.Data.Core;
using UVC.Factory.Component;
using UVC.Factory.Modal.Settings;
using UVC.Factory.Playback;
using UVC.Locale;
using UVC.Log;
using UVC.UI.Commands;

View File

@@ -1,14 +1,9 @@
#nullable enable
using UnityEngine;
using UVC.UI.List.ComponentList;
using UVC.Factory.Playback;
using UVC.Locale;
using UVC.UI.Commands;
using UVC.UI.Toolbar.Model;
using UVC.UI.Toolbar.View;
using UVC.UI.Window;
using UVC.Factory.Component;
using System.Collections.Generic;
using System;
namespace UVC.UI.Toolbar
@@ -207,7 +202,7 @@ namespace UVC.UI.Toolbar
// playback
toolbarModel.AddStandardButton("Playback",
"Prefabs/UI/Toolbar/images/ic_menu_playback",
new PlaybackCommand(),
new ActionCommand(() => Debug.Log("Playback 버튼 클릭됨")),
"Playback을 실행 시킵니다.");
// 화면 캡처

View File

@@ -1,6 +1,5 @@
#nullable enable
using UnityEngine;
using UVC.Factory.Playback;
using UVC.Locale;
using UVC.UI.Commands;
using UVC.UI.Toolbar;
@@ -201,7 +200,7 @@ namespace UVC.UI.ToolBar
// playback
toolbarModel.AddStandardButton("Playback",
"Prefabs/UI/Toolbar/images/ic_menu_playback",
new PlaybackCommand(),
new ActionCommand(() => Debug.Log("Playback 버튼 클릭됨")),
"Playback을 실행 시킵니다.");
// 화면 캡처