// Update is called once per frame void Update() { if (player) { if (hitbox.Collision(player.hitbox)) { if (manager) { manager.FinishLevel(); } } } }