SKHS-GDP2-S2B7-2019-2020 / Prototype-2-Debugging-Challenge-S2B7

Starter code for Unity Create With Code Prototype 2: Basic Gameplay.
0 stars 18 forks source link

Apples are not destroyed when they fly off screen. #6

Open fcr-harris opened 4 years ago

fcr-harris commented 4 years ago

The apple projectiles are not removed when they fly off the screen. This could hinder the game's performance, so the DestroyOutOfBounds script should be reenabled.

AidenTheEditor commented 4 years ago

I could not recreate this, on my game the apples are destroyed a few seconds after they leave the screen.