Select.cs 149 B

1234567
  1. using UnityEngine;
  2. // In order to get the top nodes in the models and skip the child nodes (Rig)
  3. public class Select : MonoBehaviour
  4. {
  5. }