using System.Collections; using System.Collections.Generic; using UnityEngine; public class SickTube : MonoBehaviour { // Start is called before the first frame update void Start() { GetComponent().angularVelocity = new Vector3(0,10,0); Mesh mesh = this.GetComponent().mesh; Vector3[] normals = mesh.normals; for(int i = 0; i