Reply To: Ch3 Sprite disappears after altering transform.Y via animator controller Home › Forums › Books › Mastering Unity 2D Game Development › Ch3 Sprite disappears after altering transform.Y via animator controller › Reply To: Ch3 Sprite disappears after altering transform.Y via animator controller July 20, 2015 at 10:44 pm #7985 ScottGuest I fixed it. My camera had an animator component attached to it with the run animation, and something funky was happening between the two. I deleted the animator on the camera, and everything worked fine.