sub emitter is part of prefab and can "therefore" not be assigned

I love the “therefore”. It’s like “off course these two completely unrelated statements are joined at the hip, you dummy”

But besides the rather humorous tone of the popup, how are we supposed to use prefabs and shuriken sub emitters?
I mean I don’t mind making another particlecollisionevents script but it seems that jumping back up to the precious main thread is wasteful when shuriken is so well jobified.

I think it’s a bug so I reported it : IN-63496

1 Like

sometimes the prefab annoys me with things like that, its supposed to be like a cookiecutter stamp out 500 mobs of the same idea, not, making our life harder and I think i saw something about the prefab and particle emitter and a prefab

You should post particle system questions on the General Graphics forum. No physics teams are involved in it.

:eyes:

oh you’re serious
I want to see Unity’s org chart so bad now.

Yeah it’s an editor bug. emitter can only access instantiated sub-e, it works when the sub-e and emitter are in the same prefab because then both are instantiated at the same time but sometimes the editor thinks the sub-e is in a separate prefab. No biggy, just shake it and it works.

Well, yes! Particles, prefabs, sub-emitters, dialog messages (etc) are clearly not a physics subject.

Particles are a graphics feature, not a feature of the physics engines. The same as when we incorrectly get 2D UI, 2D Audio or Texture2D questions asked on the 2D forum and move posts from there or ask devs to post in the correct forums. The point of the dedicated feature forums such as “Physics” is to be a place to ask about those features only, in this case 2D & 3D physics.

If you want to ask about the particle system then please ask on the General Graphics forum and add the “particles” tag. If you’re unsure, then do what most devs do which is post either in Editor & General Support or Scripting. :wink:

Thanks.