var GA : GameObject = Instantiate(BubblePrefab, BubbleSpawn.position, BubbleSpawn.rotation) as GameObject;
GA.transform.position += Time.deltaTime * 5 * transform.forward;
↧