Search Unity

"Play On Awake" field not available trough script

Discussion in 'Timeline' started by Razouille, Dec 14, 2017.

  1. Razouille

    Razouille

    Joined:
    Jan 25, 2013
    Posts:
    44
    Hello,

    I'm creating timelines through an editor script, everything is well generated, except the field "Play On Awake" than I can't disable during the process, I can't find it anywhere, even when I list the FieldInfo/MemberInfo of the class with Reflection.
    As everything else is done trough script, I want to avoid any manual user interaction on the PlayableDirector component.
    Is that a bug and should I wait for a newer version, or is it called with a totally different name ?
     
  2. seant_unity

    seant_unity

    Unity Technologies

    Joined:
    Aug 25, 2015
    Posts:
    1,516
    The property is available (via script) in 2017.3
     
    Razouille likes this.