Hello!
I am following along with the 2017 AC tutorial and I'm about 16:26 minutes in. I've added Brain to the game and created him into a "new player" as the video instructs. When the video hits play, he spawns on top of the player start and moves around without issue, but when I do it Brain is partially offscreen and darting all over the place at the bottom. The consol says that it can't play the animation of "idle_L" etc.
Here is a video of the problem: https://imgur.com/3SdvjvG
And a picture of the console: https://imgur.com/CTC7Hpm
I thought I followed the instructions to the T, but I seem to still be missing something.
Thank you in advance.
It looks like you're new here. If you want to get involved, click one of these buttons!
Comments
Welcome to the community, @TwelveHours.
The Console's animation warnings can be ignored so far as this particular issue goes - but are you getting any other warnings further above in the window, mentioning the sprite child's local position?
This issue typically occurs when a 2D character's sprite (which is a child of the object that has the Player component) does not have a local position of (0,0,0).
What position does your "PlayerSprite" object have when viewed in the Inspector?