Search Unity

Cinemachine dolly track(smooth path) triggers

Discussion in 'Cinemachine' started by Pourya-MDP, Mar 6, 2022.

  1. Pourya-MDP

    Pourya-MDP

    Joined:
    May 18, 2017
    Posts:
    145
    hey everyone im wondering if somebody already done a trigger system for cinemachine smooth path component or can help me to create them
     
  2. gaborkb

    gaborkb

    Unity Technologies

    Joined:
    Nov 7, 2019
    Posts:
    856
    Hi
    What would you like to do exactly? :)
     
  3. Pourya-MDP

    Pourya-MDP

    Joined:
    May 18, 2017
    Posts:
    145
    hey man @gaborkb
    i already done what i want with an external package called dreamteck splines
    what i was looking for , a trigger system component to handle triggers in the path whenever the camera passes them
    however as i told ive done that using something else but that would be cool to have an out of the box trigger system specially designed for cinemachine path and tracks.
    regards
     
    Last edited: Mar 7, 2022
    gaborkb likes this.
  4. Gregoryl

    Gregoryl

    Unity Technologies

    Joined:
    Dec 22, 2016
    Posts:
    7,728
    There is no trigger system specifically for splines, but you could use a normal sphere collider with IsTrigger that you position on the path where you want it to trigger.
     
    antoinecharton and Pourya-MDP like this.