I have successfully made the background of my PlayCanvas project transparent, so that i can use PlayCanvas scripts to inject html/css and do custom backgrounds. Its easier for me to write css for this kinda stuff then try to make complicated renders with PlayCanvas. This part is a success!
Only issue is that particle emitters are not showing up, sprites, everything else is appearing, but the particles will not appear unless spilled over a sprite. Anyone know how i can solve this? Would love to use css/html backgrounds if possible, but i need to use the PlayCanvas particle system.
You can see reminants of the particle system going over the sprite arrow key buttons!
Otherwise this will have to wait until I’m back in the office in the new year as I can’t remember off hand. Will need to look at some old emails and tickets
Pretty much we have the “Dust Particles” which are only visible over our earth sprite. The canvas is transparent and the cameras background render has been set to transparent. You can see in the BackgroundGradient entity i am generating an html/css gradient backdrop. The particles are visible only over the sprite earth, but not over the background
Just want to confirm if this is what I’m supposed to see? If so, I can’t reproduce the issue as this is launching your project without modifications @MitchMeyer1
Oh interesting! Yeah issue exists on Chrome 96.0.4664.110 for OSX 11.6.1! Were you able to use your material work around as a temp fix until the engine is fixed?
I’ve had to pass it onto the graphics engineers as I mis-remembered and had not come across this issue before. They are hoping to look at the issue by the end of the week
Also @yaustar, did you find out a way to replace the material for particles? That would help me a lot with other issues i have with the current particle system