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

using Fusion;using UnityEngine;namespace Agit.FortressCraft{ public class NormalUnitGenerator : NetworkBehaviour { private TickTimer spawnTimer { get; set; } public float SpawnTime { get; set; } NormalUnitSpawner spawner; public override void Spawned() { spawner = GetComponent(); SpawnTime = NormalUnitDataManager.Instance.SpawnTime; ..
유니티 엔진/Fortress Craft
2025. 2. 5. 18:42