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?
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.
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.
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.
Login
Register
By registering on this website you agree to our Privacy Policy.