stride3d / stride

Stride (formerly Xenko), a free and open-source cross-platform C# game engine.
https://stride3d.net
MIT License
6.55k stars 946 forks source link

[ANDROID] Black skybox when "Generate mipmaps" is checked in Skybox texture #2485

Open Feralnex opened 1 day ago

Feralnex commented 1 day ago

Release Type: Official Release

Version: v4.2.0.2232

Platform(s): Android 13

Describe the bug Black skybox.

To Reproduce Steps to reproduce the behavior:

  1. Create New project -> General -> New game
  2. Select Android platform
  3. Check "Generate mipmaps" in Skybox texture
  4. Run game

Expected behavior The same skybox texture as I see on the scene in Stride editor.

Screenshots Image

Additional context Workaround is to uncheck "Generate mipmaps" in Skybox texture properties.

Feralnex commented 10 hours ago

Is it not related to https://github.com/stride3d/stride/issues/119?