Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Default
- 티스토리챌린지
- generic
- 유니티
- typeof
- sendcustomnetworkevent
- unity
- 유니티 네비매쉬
- CS
- pothon
- navmashagent
- Animation
- VRChat
- 제네릭
- udon#
- 포톤
- unityai
- 오블완
- navmash
- 브이알챗
- c#
- u#
- c
- fusion
- animator
Archives
- Today
- Total
목록navmash (1)
대마법사의 개발 블로그랄까?
NavMash Agent RemainDistance가 0인 이유
사건의 시작FSM 을 통해 NPC의 움직임 상태를 개발하던 도중using Assets.My.Scripts.NPC;using UnityEngine;public class WalkState : IState{ private NPCController controller; public WalkState(NPCController npc) { controller = npc; } public void Enter() { controller.SetRandomDestination();// Debug.Log("[FSM] Walk Enter"); controller.Move(); } public void Update() { ..
Unity 한테 정복당하기/Unity 뉴비 가이드
2025. 6. 15. 00:16