Why is it that some sprites render in game view and others do not?
I have a problem with my school project. It's a rather simple 2d game with a jumping character. Well here is the problem: I press play and the game runs well, but if you have already played for a while the platforms my character runs on don't show up in game view. The platforms show up in scene view. I have no idea what could have caused this problem. A platform is just a simple square sprite colored black.
Some Helpful Notes:
I am using the instantiate method
Unity version 2019.4.15f1
Answer by KaarelM · Mar 01, 2021 at 06:06 AM
Figured it out. The z position of the platforms was increasing over time which caused the camera z position to be lower than the platforms
Your answer
Follow this Question
Related Questions
How to optimise 5000 sprites? 1 Answer
2D-Sprite Bug? 1 Answer
How to instantiate a static 2D object facing the player 0 Answers
Sprite not visible? 7 Answers
How to use transparent Sprite Mask 0 Answers