// Use this for initialization void Start() { GamePlotScript = new GamePlotScript(); int i = Random.Range(0, 6); Instantiate(line[i], transform.localPosition, transform.rotation); }
// Update is called once per frame void Update() { GamePlotScript = new GamePlotScript(); }