Search Unity

How to make slow motion in a scene containing a vfx graph?

Discussion in 'Timeline' started by kkrg001, Jun 25, 2020.

  1. kkrg001

    kkrg001

    Joined:
    Mar 6, 2019
    Posts:
    35
    timescale affects the game system.
    so I tried SetSpeed(GetComponent<PlayableDirector>()
    The speed of vfx graph does not seem to change.
    Is there a solution?