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?