Hey everyone.
So I had a script that I used to change a Blend Tree’s clips and change the thresholds. I had public fields to assign the Animation Clips and then the Blend Tree would be automatically adjusted with those new clips. But then I realized that the script wouldn’t work on builds because BlendTree is part of the UnityEditor namespace. Is there a way to rewrite the script retaining the same functionality without using UnityEditor?