Running 3d_scene example, with default material, causes object to be invisible #3323
Labels
A-Rendering
Drawing game state to the screen
C-Bug
An unexpected or incorrect behavior
P-Regression
Functionality that used to work but no longer does. Add a test for this!
Bevy version
ffecb05
Replace old renderer with new renderer
Operating system & version
Ubuntu 20.04
What you did
Change the 3d_scene example to:
What you expected to happen
Cube and plane to be displayed. Some colour material being the default, as was previously. This may not actually be a bug, just changed behaviour.
What actually happened
Cube is not being displayed.
Additional information
This is not actually hitting StandardMaterial::default(), it's probably just causing Handle::default() to run. not sure, just a vague suspicion.
The text was updated successfully, but these errors were encountered: