Open phkeese opened 1 year ago
This issue is not present on Windows 10 with an RX 580 8GB
I couldn't identify an acceptable solution that we could merge for 4.0. Unfortunately, that means this will have to wait for 4.1 when we add the ANGLE backend in https://github.com/godotengine/godot/pull/72831
On my M1 Macbook Air, adding a GPUParticles2D Node in Compatibility mode crashes Godot v4.0.3.stable.official [5222a99f5] every time. Even with just a new project and adding the Particles node to a Node2D will crash Godot.
It works fine in Forward+.
On my M1 Macbook Air, adding a GPUParticles2D Node in Compatibility mode crashes Godot v4.0.3.stable.official [5222a99] every time. Even with just a new project and adding the Particles node to a Node2D will crash Godot.
It works fine in Forward+.
The crash on Apple Silicon GPUs is tracked in https://github.com/godotengine/godot/issues/72469.
For the reference, I can confirm crash with native GL on M1 Mac, and it is fixed by applying https://github.com/godotengine/godot/pull/72831 and using ANGLE over Metal renderer.
Godot version
v4.0.rc1.official [8843d9ad3]
System information
macOS Ventura 13.1, Intel MacBook Air 2020, Intel Iris Plus Graphics
Issue description
When using the compatibility backend, GPUParticles2D does not show any particles. Changing to the mobile backend does show particles.
Steps to reproduce
Minimal reproduction project
Minimal.zip