- Home /
Question by
matty01 · Jul 11, 2015 at 02:18 PM ·
unity 5main camera
2D Camera Not Working?
I have recently started a new 2D project in Unity. Every thing was going fine until I decided to attach the camera to my player for scrolling. Not it just shows this: http://s5.postimg.org/g77w048uv/bandicam_2015_07_11_09_25_06_466.jpg
I don't know what the problem is. I have checked that the layers are fine, I have made a new camera but it just doesn't show anything.
Comment
Answer by Eisenheim46 · Oct 16, 2017 at 08:16 PM
-10 on the Z Axis, not Y It happened to me when I clicked Reset on the Transform
Answer by felixpk · Jul 12, 2015 at 12:52 AM
I am pretty sure that your Camera's position is wrong. Make sure your cam is "behind" the whole scene: i think -10 on Y-Axis is standart.
Your answer