일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 게임개발
- MAC
- attribute
- Unreal Engine
- gameplay ability system
- 유니티
- Aegis
- 언리얼 엔진
- listen server
- animation
- Multiplay
- gas
- gameplay tag
- network object pooling
- CTF
- os
- Replication
- nanite
- 언리얼엔진
- UI
- map design
- rpc
- photon fusion2
- gameplay effect
- stride
- ability task
- 보안
- local prediction
- 게임 개발
- unity
Archives
- Today
- Total
목록상호작용 (1)
Replicated

이번 게시글의 주제는 전투 불능 시의 메뉴와 일시 정지 시의 메뉴 제작입니다. 저번에도 올렸던 것으로 기억하는 클래스 다이어그램입니다. using System.Collections; using System.Collections.Generic; using UnityEngine; public class StageTrigger_Interaction : MonoBehaviour { protected PlayerMain playerMain; protected MenuManager menuManager; protected FadeFilter fadeFilter; protected virtual void Awake() { playerMain = GameObject.FindGameObjectWithTag("Player..
유니티 엔진/Parrying Sowrd
2024. 1. 12. 06:17