1.8.0 Upgrade issue(disabled properties)

Slate Forums Support 1.8.0 Upgrade issue(disabled properties)

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1495
    madcat games
    Participant

    Hello. I recently upgraded Slate to 1.8.0 from 1.7.2 since it’s new feature looks great.
    But, after I completed the upgrade. I realized that all values of Property tracks are disabled. Is there any way to re-enable those legacy tracks so that I can keep working on my project? I really need to restore them.
    I’ll need your quick reply.

    additionally, I found out that the Base animation clip menu is disappeared from animation track. is there any way to replace the feature?

    Attachments:
    You must be logged in to view attached files.
    #1498
    Gavalakis
    Keymaster

    Hello,

    Hmm. I will need to investigate why this happened!
    For your convenience and to continue working on the project, please do this dirty fix:
    – Open up AnimatedParameter.cs file.
    – Change line #65 to this: public bool enabled{ get {return true;} } (force enable parameters).

    The “Base Clip” in Animator Track has indeed been removed, because now you can have multiple Animator Tracks. The effect of the “Base Clip” in the previous version, can be replicated with an additional Animator Track. It was a tough choice to remove the “Base Clip”, but if needed I can re-add that feature.

    Let me know.
    Thank you.

    Join us on Discord: https://discord.gg/97q2Rjh

    #1499
    madcat games
    Participant

    1. As you said, I made it ‘enable => true’ and it works fine! For now, I can keep working with this.
    hopefully, the issue will be completely solved at the next update.

    2. I tested the multitrack. base clip is not necessary. thanks.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.