My Ship Won’t Move Right Until Timeline Ends (dont understand how to solve?)

I’m having the same problem as another person in this course, that my ship only moves whenever the timeline ends. Their solution is to delete some keys in the timeline, but I don’t really understand which keys I should delete? Help would be great!

2 Likes

Hi Paula,

When the same game object is animated and moved via code, it might be that it cannot be moved anymore during runtime due to a conflict with the animation. For this reason, make sure that the Timeline moves the root game object only, and the code may move the child game object only.

Is that the case in your game?

5 Likes

Oh yes, that was the problem! Thank you so much!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms