조립 진행 현황판 오류 수정

This commit is contained in:
정영민
2025-03-17 13:06:43 +09:00
parent a3c673a09e
commit 8bbb6c1d15
3 changed files with 24 additions and 18 deletions

View File

@@ -584122,6 +584122,11 @@ PrefabInstance:
propertyPath: m_LocalEulerAnglesHint.z
value: 0
objectReference: {fileID: 0}
- target: {fileID: 7099514687358409080, guid: 4a20278eb3c7bb8468487da4fac7f196,
type: 3}
propertyPath: fadeTime
value: 1
objectReference: {fileID: 0}
m_RemovedComponents: []
m_RemovedGameObjects: []
m_AddedGameObjects: []

View File

@@ -23,6 +23,7 @@ public class Panel_AssemblyProduction : PanelBase
prf_machineStatus = Resources.Load<UI_MachineStatus>("Prefabs/UI/UI_StatusItem");
CloseButton.onClick.AddListener(Close);
SetDate();
Close();
}
public void Update()
{