1using System.Collections;
2using System.Collections.Generic;
11 public VideoPlayer
vp;
19 if (other.gameObject.GetComponentInParent<
HackedHand>())
29 text.transform.parent.gameObject.SetActive(
true);
30 vp.gameObject.SetActive(
false);
31 image.gameObject.SetActive(
false);
36 text.transform.parent.gameObject.SetActive(
false);
37 vp.gameObject.SetActive(
false);
38 image.gameObject.SetActive(
true);
44 text.transform.parent.gameObject.SetActive(
false);
45 vp.gameObject.SetActive(
true);
46 image.gameObject.SetActive(
false);
System.Drawing.Image Image