<fix> 로봇 Grab하는 동안 생긴 버그 해결, 놓으면 바로 멈추도록 변경, 프로그램 재생 시에도 사운드 재생하도록 변경

This commit is contained in:
SOOBEEN HAN
2025-11-25 15:15:54 +09:00
parent d599d066be
commit 810432db96
12 changed files with 347 additions and 126 deletions

View File

@@ -3,13 +3,8 @@ using System.Collections.Generic;
using System.Linq;
using UnityEngine;
// 인터페이스
public interface IPathLineView
{
}
[RequireComponent(typeof(LineRenderer))]
public class PathLineView : MonoBehaviour, IPathLineView
public class PathLineView : MonoBehaviour
{
private LineRenderer lineRenderer;