Fix : 리지드 바디 필수 스크립트 패치

This commit is contained in:
DESKTOP-S4BOTN2\user 2025-08-19 00:19:29 +09:00
parent 2efaf1a32a
commit fd922fde87

View File

@ -15,12 +15,14 @@ limitations under the License.
*/
using System;
using KindRetargeting;
using UnityEngine;
/// <summary>
/// Implements live tracking of streamed OptiTrack rigid body data onto an object.
/// </summary>
[RequireComponent(typeof(PropTypeController))]
public class OptitrackRigidBody : MonoBehaviour
{
[Tooltip("The ID of the rigid body to track.")]