Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

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.