일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- attribute
- 게임개발
- Replication
- map design
- local prediction
- 언리얼엔진
- animation
- 게임 개발
- ability task
- listen server
- photon fusion2
- unity
- gameplay tag
- nanite
- 언리얼 엔진
- Multiplay
- dirty cow
- rpc
- gas
- Unreal Engine
- 유니티
- Aegis
- gameplay effect
- os
- CTF
- UI
- gravity direction
- MAC
- ret2libc
- gameplay ability system
Archives
- Today
- Total
목록벡터 (1)
Replicated

다섯개의 눈알이 있고, 범위 내에 있으면 플레이어 방향으로 화염탄을 날립니다. public void fire() { if (!activeSts) return; if (!fireSphere) return; for (int i = 0; i < muzzleLength; i++) { go[i] = Instantiate(fireSphere, muzzles[i].transform.position, Quaternion.identity); Invoke("track", 1.0f); Destroy(go[i], 5.0f); } } private void track() { if (muzzleLength == 0) return; for (int i = 0; i < muzzleLength; i++) { float distance..
유니티 엔진/Parrying Sowrd
2024. 1. 3. 21:42