일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- gameplay tag
- Replication
- nanite
- CTF
- map design
- gas
- 유니티
- network object pooling
- 게임 개발
- unity
- os
- Unreal Engine
- 게임개발
- 언리얼 엔진
- listen server
- photon fusion2
- 언리얼엔진
- rpc
- ability task
- local prediction
- gameplay ability system
- Aegis
- MAC
- attribute
- Multiplay
- gameplay effect
- animation
- UI
- 보안
- stride
Archives
- Today
- Total
목록singleton (1)
Replicated
[Fortress Craft] 골드, 경험치
using System.Collections;using System.Collections.Generic;using UnityEngine;public class RewardManager : MonoBehaviour{ public static RewardManager Instance { get; set; } public int Gold { get; set; } public float Exp { get; set; } private void Awake() { Instance = this; }}싱글톤 Reward 매니저에서 골드랑 경험치 프로퍼티로 가짐 using System.Collections;using System.Collections.Generic;using U..
유니티 엔진/Fortress Craft
2025. 2. 5. 21:49