Do you have a video showcasing the issue you run into with the provided place file? I’m failing to reproduce your described issue locally. I’ll attempt to test on different device configurations, but it would be useful to know what exactly to look for.
Relevant information about your local configuration would also be helpful. Thanks!
Huge W for fixing this bug. Basically killed the feature for me. Does this mean that GLES 2 is gone, considering that’s the issue cited at the time? @JaapSuter
Visual artifacts can happen when authoring too close to the tiles/frames’ edges. If you think that might be something different, could we get a place file so we can reproduce your issue on our end, please?
Since individual frames are a subsection of the 1K texture, the frames are smaller than the total texture size. In a 1K Flipbook texture,
2x2 layout’ frames are 512x512pxls,
4x4 layout’ frames are 256x256pxls
8x8 layout’ frames are 128x128pxls.
This is an inherent limitation of Flipbook textures since all frames are contained within the 1K texture. Is the resolution of your displayed frames lower than the values I listed based on the layout you are using?
in the clip below, if you look very closely, you can see that every time the particle happens, the spritesheet of the particle animation is visible for a split second (most of the time)
the spritesheet just appears out of nowhere for a split second. it seems as if the particle flipbook system actually has a tiny delay before it starts working, hence the spritesheet being visible for a moment. Other than that i have absolutely no idea why this bug happens
Edit: As a side note, i use particleEmitter:Emit(1) method to make the effect appear, and also the particleEmitter isnt enabled.
We pushed a Client fix for this issue (particles not enabling/disabling as expected) earlier today, which means that players should not be experiencing this problem anymore. We also sent in our fix for Studio and it’ll be taking effect with next week’s Studio release. We apologize for the inconvenience and thank you for providing us details on this issue . Please let us know if you’re still seeing anything unusual on players’ side relative to this bug.
Sure, i sent you the place file. Let me know if it doesnt work. the bug is most visible on Greatsword when you press m1(left mouse button) with the weapon equipped
ALSO the effect itself is found in ServerStorage > fx > Swingg or Swinggreverse or SwinggVertical, they all use the same particles* > Attachment.
For noobs like me,
I could not figure out how to lock the particle to the emitting part, I tried setting the particle to other than facing the camera without luck until I found the right setting
Orientation: Velocity Paralel
Acceleration 1, 0, 0
Before:
Before this, I noticed the particles have a fade out effect when near objects, but now its gone, why? i also liked this feature and I’m pretty sure it would be simple to just add an option to enable the fade out effect in particles
Nice! Is there any word on when we can expect to see custom layouts for flipbooks? I feel that the current 3 are pretty limiting in terms of allowing variety, for example a flipbook texture that is 10 frames long would have a 2 by 5 layout which is currently not possible with flipbooks right now. I know there’s ways around it like adding blank frames to the texture and remapping it, but that’s unnecessary extra work and its only viable if you only plan on using the ‘OneShot’ option for the flipbook.