So i just updated to Unity 5 , And when i loaded in , Every single line that had something like
“GameObject.Find(“name”).animation[“name”].speed = 0.8;” , It says
BCE0048: Type ‘UnityEngine.Component’ does not support slicing.
I have done some research but they all have UnityEngine.Object or similar.
What can i do to make these work? I 100% Need this to work.
Thank you