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