![]() |
playableGraph Error - Printable Version +- Obi Official Forum (https://obi.virtualmethodstudio.com/forum) +-- Forum: Obi Users Category (https://obi.virtualmethodstudio.com/forum/forum-1.html) +--- Forum: Obi Cloth (https://obi.virtualmethodstudio.com/forum/forum-2.html) +--- Thread: playableGraph Error (/thread-278.html) |
playableGraph Error - Shreeya - 05-01-2018 ERROR>>>>>Assets/Obi/Scripts/Solver/ObiAnimatorController.cs(38,14): error CS1061: Type `UnityEngine.Animator' does not contain a definition for `playableGraph' and no extension method `playableGraph' of type `UnityEngine.Animator' could be found. Are you missing an assembly reference? How to resolve this? RE: playableGraph Error - josemendez - 05-01-2018 (05-01-2018, 08:07 AM)Shreeya Wrote: ERROR>>>>>Assets/Obi/Scripts/Solver/ObiAnimatorController.cs(38,14): error CS1061: Type `UnityEngine.Animator' does not contain a definition for `playableGraph' and no extension method `playableGraph' of type `UnityEngine.Animator' could be found. Are you missing an assembly reference? Same as your other post regarding UnityEngine.Rendering.LightEvent.AfterShadowMapPass. You're using an unsupported Unity version. I strongly reccomend you upgrade at least to 5.6. cheers, RE: playableGraph Error - Shreeya - 06-01-2018 (05-01-2018, 09:47 AM)josemendez Wrote: Same as your other post regarding UnityEngine.Rendering.LightEvent.AfterShadowMapPass. You're using an unsupported Unity version. I strongly reccomend you upgrade at least to 5.6.Yes. Its working after the Ver Upgrade. Thanks |