Particle Strip cann't work right when face camera position

unity version:2022.2.1

I try to use vfx garph on 2022.2.1, and I found two problem quickly
1 .when Particle Strip out put blockgroup add “face camera position” block, I can not see any strip。
2. when I check particle alive by vfx control, the Particle Strip system is aways alive 0.
I create a video to help find problem.
left system is Particle Strip, right is normal particle.

1 Like

this bug still exists in 2022.2.2

1 Like

this bug still exists in 2022.2.3

1 Like

this bus had been fixed after 2022.2.4

2 Likes

Confirmed in 2022.3.18
there is still no way to orient the particle strip output
and it’s weird that the block list shows face:camera when it’s incompatible, seems that the level of polish is low on this one

They are many ways to orient particle strip output in VFX Graph with the Orient Block:

  • Face camera position

  • Look at position

  • Look at Line

  • Advanced

  • Custom Z

  • Custom Y

Or if you’re a master, you can directly set the AxisX, AxisY and AxisZ attributes to orient your Strip/Ribbon.

Now, the Orient Face Camera plane option isn’t compatible with Strip output.
In recent versions, warning signs and tooltips provide you information on this incompatibility.

Allowing the creation or presence of this Block variant option in this Strip Output Context has some utility.
Indeed, in VFX Graph you can easily convert an Output to a different type so that you can keep all the embedded Blocks, and wired connections.

Always a pleasure to talk. Have a lovely day.
9669818--1377533--upload_2024-2-28_15-12-26.png

9669818--1377539--Unity_QMHKSFEhPJ.gif

1 Like

That was it, camera plane being incompatible. That red icon should be in the search box so we know what’s not available. In fact, like unreal, would be nice if the search box had a “hide incompatible” checkbox in the corner.