- Home /
Question by
luisdr22 · Apr 25, 2016 at 05:59 PM ·
scripting problemanimatorunityeditoranimator controllerxml
Load Animator From XML without using UnityEditor
so, im building a simple project, i have to load all the animations, layers ,animatorVariables and even transitions from an XML. it all working, all classes are OK, but when i try to build it it doesnt work, as i cant use UnityEditor in my build.
AnimatorController controller=new AnimatorController();
/*add everything to the controller*/
someObject.runtimeAnimatorController = controller;
i havent found how to do this without AnimatorController, its possible? its not possible?
Comment
Your answer
Follow this Question
Related Questions
How to create animations that can be edited with scripts in runtime? 1 Answer
Animator and Scripting problems. Help !! 1 Answer
AnimatorOverrideController can't take 1 argument 1 Answer
There is a problem that occurs when "Animation Type" is "Generic". 0 Answers
2 problems with new animation / animator,2 problems with animation 0 Answers