// Start is called before the first frame update void Start() { // コントローラに必要なので追加 serial = gameObject.AddComponent <SerialConnection>(); serial.SetSize(sizeof(float) * (int)Shoulder.Max); data = new float[(int)Shoulder.Max]; DontDestroyOnLoad(gameObject); }