일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- gravity direction
- Multiplay
- Race condition
- MAC
- Aegis
- animation
- 유니티
- Unreal Engine
- 게임 개발
- ability task
- 메카님
- gas
- ret2libc
- 언리얼 엔진
- map design
- CTF
- Delegate
- Replication
- 언리얼엔진
- stride
- 유스케이스
- photon fusion2
- gameplay ability system
- MLFQ
- DSP
- unity
- 게임개발
- gameplay effect
- Security
- dirty cow
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