Is `ParticleEmitterComponent` implemented for `RealityKit` on iOS?

Hi there,

I was looking to add a particle emitter to my augmented reality app I'm developing using RealityKit. I'm targeting iOS. I noticed in the documentation for the ParticleEmitterComponent that it looks like iOS 18.0+ is supported, but when I try to use the ParticleEmitterComponent in my code in XCode, I get an error that it isn't found. Furthermore, this StackOverflow post seems to indicate that particle systems are not available for iOS. Would it be possible to get clarification on this?

Somehow I ended using an old version of XCode :( switched to XCode 16 and made sure I was targeting iOS 18, that fixed it

Is `ParticleEmitterComponent` implemented for `RealityKit` on iOS?
 
 
Q