My Sprite Scrolls... why??

Hello,

I have been trying to learn Unity for a while now and I am slowly getting the hang of it, but the issue I am running into is with my Sprites… I am currently making a 2D game and have spent the time to make a sprite sheet but when I play the game it scrolls through my sprite row instead of “jumping”… I see the spaces between each sprite and it scrolls in from the right. If anybody could help me with this that would be great.

Here is a link to the Tutorial I am following… I have followed it correctly and even copied his code and input it, but it still isn’t working…

I have not been through the tutorial tho I would check if the sprite sheet has been correctly created i.e. are all the sprites the same dimension is the code reading the correct x location of each sprite??

Here is the sprite sheet: http://dchabmztumu0g.cloudfront.net/wp-content/uploads/2013/08/player.png

Hey, Thanks for the response! I have been using my own Spritesheet, but even when I used his it scrolls as still… Any thoughts?

must be something wrong with the animated texture script then…
http://www.mybringback.com/tutorial-series/14024/unity-2d-game-development-4-animated-sprite-sheet/

what shader are you using?

They are currently set to sprite, but I have also tried what he recommended and neither worked.