Fix : 리지드 바디 필수 스크립트 패치
This commit is contained in:
parent
2efaf1a32a
commit
fd922fde87
@ -15,12 +15,14 @@ limitations under the License.
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
|
using KindRetargeting;
|
||||||
using UnityEngine;
|
using UnityEngine;
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Implements live tracking of streamed OptiTrack rigid body data onto an object.
|
/// Implements live tracking of streamed OptiTrack rigid body data onto an object.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
[RequireComponent(typeof(PropTypeController))]
|
||||||
public class OptitrackRigidBody : MonoBehaviour
|
public class OptitrackRigidBody : MonoBehaviour
|
||||||
{
|
{
|
||||||
[Tooltip("The ID of the rigid body to track.")]
|
[Tooltip("The ID of the rigid body to track.")]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user