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

using Fusion;using UnityEngine;using UnityEngine.UI;using FusionHelpers;namespace Agit.FortressCraft{ public class UpgradeUnit : NetworkBehaviour { public string OwnType { get; set; } private NormalUnitSpawner[] spawners; private NormalUnitSpawner targetSpawner; private Button btnAttackUpgrade; private Button btnDefenseUpgrade; private Button btnTi..
유니티 엔진/Fortress Craft
2025. 2. 6. 01:56