c# - My player disappears when launching my 2D Unity game -
i trying create 2d platformer game in unity 5 following these tutorials: https://www.3dbuzz.com/training/view/creating-2d-games-in-unity-45
i running problem when hit play button in unity character not appear inside game. made sure on right layer , has of required scrips associated him , still no dice...
here copy of source code: https://mega.co.nz/#!4yfavlxa!8uzienrqi3f1--4hsalppfw_icbckg7ugzvuwafmsyy
in end issue main camera not far enough on z axis , unity rendering player behind camera!
i fixed setting camera's z coordinate -100 instead on -10.
Comments
Post a Comment