Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
playableGraph Error
#1
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?
Reply
#2
(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?


How to resolveĀ this?

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,
Reply
#3
(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.

cheers,
Yes. Its working after the Ver Upgrade. Thanks
Reply