DestroyImmediate(myPrefab.GetComponent<BoxCollider>());
myPrefab.GetComponent<BoxCollider>().isTrigger = true;