Hm, It’s a WebGL issue. Not all formats are “texture-filterable” according to the spec: https://registry.khronos.org/OpenGL/specs/es/3.0/es_spec_3.0.pdf (search for texture-filterable and you’ll get a table). You can always filter manually in your shader
Ouch, could you test without particles? I’m not sure why that would happen otherwise
Thanks, for answer. For now i will return to BUFFER_COLOR_BIT.
I have no idea how to manually filter in shader, and how is it impact on performance:) Mb make some experiments sometime later)
You’re right - no glitches when particles are not drawn.
Alright great, that’s a good lead I think. I’ll investigate this, let me know if you manage to find a 100% repro case. Right now it’s a bit tricky to get a frame capture of the issue
So it seems like there is an issue with particle fx in 1.6.0 which we didn’t catch in our own tests or anyone here noticed during the beta (everyone is helping out testing the betas right?).
We will give this full priority tomorrow and hopefully be able to push a hotfix.
Again, great update and new changes
I think I have a fix for this issue, here’s a build if you want to give it a go: https://d.defold.com/archive/dev/b54106baeaa5b0e4ab45c90c9714cece84ab644b/dev/editor2/Defold-x86_64-win32.zip
Fix looks good! Thanks Jhonny
Defold IDE on Mac M1 is still freezing after a short while, when another IDE is opened.
I thought somebody had been working on this already…?
Not yet no. But it’s on our horizon.
We have released a hotfix for this now, please update your editor and sorry for the issue!
Oh, so no never reached although it seems so near?
I have had a similar issue.
After the last update was fixed.
sys.reboot()
Doesn’t work in HTML5. It hangs the browser.
I just clearing save data and then reboot the game on the button click.
A lot of these errors
p. s. Checked on 1.5 everything fine.
Sound device cannot be created until the canvas get focus. When you click to the canvas it should work fine: https://github.com/defold/defold/issues/5312
It doesn’t help. Browser tab is dead at that moment.
Please open a ticket on GitHub and provide as much info as you can (browser, device, repro steps, minimal repo case, etc)
(Also, I’m not sure if you are talking about reboot or about sound or it’s part of the repro case. Because I’m talking about sound.)
I am talking about sound error on reboot that hang browser
@AGulev here the report https://github.com/defold/defold/issues/8049