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