Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question Particle System as Image Overlay

Discussion in 'AR' started by felifrh, Jan 15, 2021.

  1. felifrh

    felifrh

    Joined:
    Dec 5, 2020
    Posts:
    1
    Hey,

    I'm trying to put a particle system from unity on top of my image target in AR. The particle system should be triggered whenever the image target is tracked. Does anybody know how to do such an overlay?

    It would help me a lot, thank you!
     
  2. TreyK-47

    TreyK-47

    Unity Technologies

    Joined:
    Oct 22, 2019
    Posts:
    1,816
    Bit of guidance from the team:

    Put the particle system as a prefab property, or tie into the ARTrackImageManager.trackedImagesChanged callback to take your own actions when an image is detected.
     
    felifrh likes this.