NiklasEi / bevy_game_template

Template for a Bevy game including CI/CD for web, Windows, Linux, macOS, iOS and Android
https://niklasei.github.io/bevy_game_template/
Creative Commons Zero v1.0 Universal
844 stars 89 forks source link

Fix 3d camera on ios simulator #119

Closed rparrett closed 4 months ago

rparrett commented 4 months ago

Fixes #118

Tested by modifying the template to include (roughly) Bevy's 3d_scene example and running make run.

Observed the shader error without this PR, and a working scene with.

image