새 프로젝트 파일명 중복 시 팝업 또는 InputField 강조 효과

This commit is contained in:
geondo55
2025-07-16 11:45:36 +09:00
parent 58104fea4c
commit 4ccfd951cd

View File

@@ -129,7 +129,7 @@ namespace Studio.UI
Color tempColor = inputFieldOutline.effectColor;
var count = 0;
while (count < 1)
while (count < 2)
{
while (tempColor.a < 1f)
{