일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- local prediction
- gameplay ability system
- listen server
- Aegis
- Unreal Engine
- UI
- ability task
- gas
- 언리얼엔진
- map design
- 유니티
- 게임 개발
- gameplay effect
- 언리얼 엔진
- CTF
- rpc
- os
- stride
- photon fusion2
- Multiplay
- Replication
- nanite
- unity
- gravity direction
- 게임개발
- dirty cow
- MAC
- gameplay tag
- attribute
- animation
Archives
- Today
- Total
목록damage system (1)
Replicated
[Fortress Craft] Damage System
대미지를 주고 받는 건 AttackCollider, BodyCollider 두가지 스크립트의 상호작용으로 관리 using System.Collections;using System.Collections.Generic;using UnityEngine;using Fusion;namespace Agit.FortressCraft{ public class AttackCollider : NetworkBehaviour { public float Damage { get; set; } public string TargetUnit { get; set; } public string OwnType { get; set; } }}어택 컬라이더에 설정된 대미지가 바디 컬라이더에 ..
유니티 엔진/Fortress Craft
2025. 2. 5. 19:37