GameObject bulletPrefab;
void Start() { bulletPrefab = Resources.Load("bulletPrefab") as GameObject; }