Search Unity

Question How to execute signal emitter via script?

Discussion in 'Timeline' started by KemalGokten, Nov 4, 2022.

  1. KemalGokten

    KemalGokten

    Joined:
    Sep 21, 2020
    Posts:
    2
    Hello everyone,

    I want to execute a signal marker if the current time is higher than or equal to marker.time via script. However, I couldn't find a way to execute the marker it self. Is it possible? I am currently executing what assigned to that signal emitter from signal receiver component, but to do it I have to count the number of markers till timeline current time. Which is error prone if the signal receiver is not wired up correctly.