Unity2D unable to Zoom Out in Game View - Flappy bird
Hi.. I am practing flappy bird tutorial. My problem is in Game/ Play mode my whole is too much zoomed in. i tried changing camera size but it only zooms out the bird
and in Scene View i only see Bird in Camera Preview all other game object are not visible. I went in 3D mode and tried changing the camera position but all other gameobject also move by moving camera position. Please see two screenshots. ==>http://imgur.com/a/Sl2Th
here i could attach only one please see above link for both screenshots and answer my problem thanks sorry for my english if there are mistakes 
I haven't tried the tutorial but it looks like all the "other things" are UI game objects since it's not rendering in the camera. Look at the Canvas gameobject, its components and its children.
The Canvas is the root of all your UI game objects and will define the view for UI stuff like the buttons and background.
Hi.. thanks for reply i tried editing the canvas but it is disable please check the screenshot i am stuck on last videos
Problem is in Canvas it is not moving from its position in editor. and unable to change its size I created a canvas and set Render mode to screen space- camera. Then I assigned a camera object. what could be the problem @Statement
Problem is in Canvas it is not moving from its position in editor. and unable to change its size
Your answer
Follow this Question
Related Questions
Linecast between character and camera doesn't ignoring Characters collider (layer). 0 Answers
Camera blanks on highest resolution of Apple devices with viewport other than 0,0,1,1 0 Answers
Camera not rendering some meshes in the hierarchy 0 Answers
Camera bounds with zoomable camera 1 Answer
Make orthographic camera view fit canvas 0 Answers