일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- level design
- UI
- 언리얼 엔진
- Aegis
- C++
- animation
- rpc
- MAC
- widget
- ability task
- Unreal Engine
- gameplay tag
- listen server
- 게임 개발
- gameplay effect
- 보안
- CTF
- gameplay ability system
- unity
- attribute
- stride
- 언리얼엔진
- Replication
- local prediction
- Multiplay
- gas
- photon fusion2
- os
- 게임개발
- 유니티
Archives
- Today
- Total
목록sound (1)
Replicated

효과음은 애셋 쓰고, 배경음은 AI로 만들었음 1. FxSoundpublic void Attack() { if (attackInputTimer.Expired(Runner) && animState.fullPathHash != animAttack ) { if (Job == JobType.Archer) { archerFire.FireDirection = lastDir; archerFire.SetDamageByLevel(level, Job); if (!BuffAttackTimer.Expired(Runner)) { archerFire.BuffDamage(coefAttack); } Invoke("PlaySound1", 0.4f); } else if (Job == Job..
유니티 엔진/Fortress Craft
2025. 2. 6. 02:36