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

using System.Collections;using System.Collections.Generic;using UnityEngine;using Fusion;using NetworkRigidbody2D = Fusion.Addons.Physics.NetworkRigidbody2D;namespace Agit.FortressCraft{ public class MagicianSpell : NetworkBehaviour { public Transform Target { get; set; } private NetworkRigidbody2D _rb; public float SpellSpeed { get; set; } public NetworkPrefabI..
유니티 엔진/Fortress Craft
2025. 2. 5. 22:20