Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Particles doesn't spawn on Windows [Bootcamp on mac M1] #202

Open
ghashy opened this issue Jul 10, 2023 · 3 comments
Open

Particles doesn't spawn on Windows [Bootcamp on mac M1] #202

ghashy opened this issue Jul 10, 2023 · 3 comments
Labels
C - bug Something isn't working need-repro Need a repro to be able to diagnose and fix

Comments

@ghashy
Copy link

ghashy commented Jul 10, 2023

Crate versions
bevy version: 0.10.1
bevy_hanabi version: 0.6.2

Describe the bug
Hello! I've noticed that the particles system doesn't work on Windows. I'm making a game on M1 mac, and the particles work perfectly there and on the other iMac late 2012. On this iMac I have installed Windows with Bootcamp. And I found out that the particles don't spawn there. I've printed lines where I'm calling the functions to spawn the particles, and there are lines in the terminal that the particles should be there. But they don't. Did I do something wrong? Or it's some Windows issue I don't know about?

@djeedai
Copy link
Owner

djeedai commented Jul 11, 2023

Hi- It's not a Windows issue, I use Windows and everything works fine. I suspect there's a weird thing going on with shaders and Bootcamp, but I have no way to debug that unfortunately.

@djeedai djeedai changed the title Particles doesn't spawn on Windows Particles doesn't spawn on Windows [Bootcamp on mac M1] Jul 16, 2023
@djeedai djeedai added the C - bug Something isn't working label Jul 16, 2023
@djeedai djeedai added the need-repro Need a repro to be able to diagnose and fix label Feb 14, 2024
@djeedai
Copy link
Owner

djeedai commented May 19, 2024

There's a good chance this is fixed @ghashy, as there were a bunch of fixes for macOS in particular that went in this week, if you have a chance to try again on latest main?

@ghashy
Copy link
Author

ghashy commented May 20, 2024

Thanks, I will try in some time!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C - bug Something isn't working need-repro Need a repro to be able to diagnose and fix
Projects
None yet
Development

No branches or pull requests

2 participants