Reproduction Steps System information:
OS: Windows 7 Home Premium 64-bit (6.1, Build 7601) Service Pack 1
GPU: NVIDIA GeForce GTX 950
CPU: AMD A8-6600K APU with Radeon™ HD Graphics (4 CPUs), ~3.9GHz
Memory: 8192MB RAM
Reproduction file:
It’s just an example particle which doesn’t use the assets I have included in GIFs (since they’re for my project). ZOffset.rbxm (5.4 KB)
Expected Behavior
It looks like ZOffset for particles aren’t consistent with my earlier work.
I suspect it might be because of the implementation of new properties responsible for shape.
When I change ZOffset to be higher value (than 0.05, which I use) - It doesn’t have any effect.
It’s worth noting I use attachments.
GIF I have recorded earlier (2021-09-06)
Actual Behavior
GIF I have recorded today (2021-11-01)
It’s worth noting that the beam seems to be fine.
Issue Area: Engine Issue Type: Display Impact: Moderate Frequency: Constantly Date First Experienced: 2021-11-01
I’ve also noticed this and it is quite annoying to work around.
It seems to mostly happen on mesh parts, but I’m not 100% certain that it is only for them.
No matter how high I set the ZOffset some parts of the mesh poke through and I can’t get complete coverage like you would expect to be able to.
Yeah I’m also having this problem. Its messing up a lot of my particles, which isn’t good since I use particle emitters for a lot of stuff.
The lens flare here gets messed up due to zOffset clipping, even though the zOffset is high enough to where this shouldn’t be happening.
The zOffset on the impact particle is 2, which should be more than enough for it to show through regularly, but it still has this weird clipping bug.
It also affects objects if they’re too close to walls. I have a dripping particle here thats up against the wall.
When facing towards it, you can barely see it. But when looking at it from the side, it looks perfectly fine. And I also have the zOffset cranked up to 4.
As stated beforehand, it only happens if your client graphic level is above 7, or if your studio rendering level is above 15.
As a person working on my own personal project and Anime Fighters’ characters - the particle behavior is unexpected. I hope we get an update on this situation, since it’s been one month.
From my experience, particles seem fine. Have you tried/looked into attachments possibly? It most likely wouldn’t affect the overall end result, and may look cleaner!
I’ve noticed this behavior for quite a while now, and I think it comes from the fact that soft shading does not respect zoffset.
When your graphics quality is high, when particles clip into objects, the game will apply a transparency gradient, so that it blends smoothly into the part, rather than a hard edge. normally, when you want a particle to overlay the part, but still want to attach it on the part’s surface, you just set the zoffset so that the particle renders on top of the part. currently, however, it seems the soft shading ignores the zoffset.
I’ve been working around this by having clients manually move particles a few units toward the camera so that the soft shading doesn’t make them invisible, but yeah.