From 529424e82c5f621c598126ac5d190551edcf3d16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=A0=95=EC=98=81=EB=AF=BC?= <117150306+jym04@users.noreply.github.com> Date: Wed, 28 May 2025 13:56:31 +0900 Subject: [PATCH] =?UTF-8?q?AGV=20=EC=A0=80=EC=9E=A5=20=EA=B8=B0=EB=8A=A5?= =?UTF-8?q?=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/Studio/TwinObject/DynamicObject/AGV.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Assets/Scripts/Studio/TwinObject/DynamicObject/AGV.cs b/Assets/Scripts/Studio/TwinObject/DynamicObject/AGV.cs index 2887be78..28ec952d 100644 --- a/Assets/Scripts/Studio/TwinObject/DynamicObject/AGV.cs +++ b/Assets/Scripts/Studio/TwinObject/DynamicObject/AGV.cs @@ -61,6 +61,9 @@ namespace Studio.Dynamic.TwinObject renderObject = GetComponent(); if (!string.IsNullOrEmpty(renderObject.code)) { + moveSpeed = AGVManager.instance.AGVMoveSpeed; + rotSpeed = AGVManager.instance.AGVRotateSpeed; + Init(renderObject.componetKey, transform.position); } }