// Use this for initialization void Start() { recorder = GetComponent <ActivityRecorder>(); }
public void InjectRecorder(ActivityRecorder r) { ar = r; }
// Update is called once per frame void Update() { transform.rotation = skull.transform.rotation; recorder = GameObject.Find("ActivityRecording").GetComponent <ActivityRecorder>(); }