[Feat] switching 로딩패널에 애니메이션 추가 #51

Merged
heain0122 merged 1 commits from DEG-164-로딩패널-애니메이션-재작업 into main 2025-05-14 01:43:39 +00:00
Owner

작업내용

  • 씬전환 로딩중에 로딩바(프로그레스바)가 나옵니다.
image.png

사용방법

  1. 캔버스에 프리팹 바인딩
    image.png

  2. 인스턴스화

  3. FadeAndSceneLoad() 호출

        var _switchingPanel = Instantiate(switchingPanel,this.transform);
    
        switchingPanelController = _switchingPanel.GetComponent<SwitchingPanelController>();
    
        switchingPanelController.FadeAndSceneLoad("씬이름");
    
### 작업내용 - 씬전환 로딩중에 로딩바(프로그레스바)가 나옵니다. <img width="723" alt="image.png" src="attachments/fc9aaaba-cf01-4f26-9db5-10465c15ef8a"> ### 사용방법 1. 캔버스에 프리팹 바인딩 <img width="545" alt="image.png" src="attachments/ed3061b9-978e-40a7-9635-8ddecf28d458"> 2. 인스턴스화 3. FadeAndSceneLoad() 호출 var _switchingPanel = Instantiate(switchingPanel,this.transform); switchingPanelController = _switchingPanel.GetComponent<SwitchingPanelController>(); switchingPanelController.FadeAndSceneLoad("씬이름");
heain0122 added 1 commit 2025-05-14 00:59:47 +00:00
Sehyeon approved these changes 2025-05-14 01:15:28 +00:00
Sehyeon left a comment
Owner

확인했습니다 수고하셨습니다!

확인했습니다 수고하셨습니다!
FioreFlower approved these changes 2025-05-14 01:41:04 +00:00
FioreFlower left a comment
Owner

확인했습니다.

고생하셨어요

확인했습니다. 고생하셨어요
heain0122 merged commit b0ca516778 into main 2025-05-14 01:43:39 +00:00
Sign in to join this conversation.
No Reviewers
No Label
No Milestone
3 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Degulleo/Degulleo3D#51
No description provided.