Currently, transparency doesn't work before the URI has been loaded.
Cause: PbrBundle will contain a blended material at startup. However, the default color is RGB(A?) 1,1,1,1. Since colors are multiplied with texture, the color should probably changed at first texture update.
StandardMaterial {
alpha_mode: AlphaMode::Blend,
unlit: true,
..Default::default()
}