I am using an algorithm to generate and instantiate trees and decorations. Upon running, everything was visible and working in the scene view. There are no exceptions thrown.
The game view on the other hand was all white (white screen) but not frozen. I could still hear sound effects when I walk around (wasd key pressed) and overlay UI are also still visible. Everything else was not.
When I tried deleting the instantiated object manually mid run, everything went back to normal. Any insights about this problem?