Studio 모달 완료
This commit is contained in:
@@ -17,7 +17,7 @@ namespace UVC.Factory.Modal.Settings
|
||||
public async void Execute(object? parameter = null)
|
||||
{
|
||||
FactoryCameraController.Instance.Enable = false; // 카메라 컨트롤러 비활성화
|
||||
var modalContent = new ModalContent("Prefabs/UI/Modal/SettingModal")
|
||||
var modalContent = new ModalContent("Factory/Prefabs/Modal/Setting/SettingModal")
|
||||
{
|
||||
Title = "설정 카테고리"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user