void CreatePlayer() { player = Instantiate(playerPrefab, GetPlayerSpawnPoint(), Quaternion.identity); bonusSpawnerScript.SetTarget(player); }