When I moved my prefabs of everything into my new scene for level 2, suddenly I couldn’t click any of the objects in my scenes. I did a lot of research online and tried closing the scene and reopening it, restarting Unity, etc. all to no avail.
So I worked backwards and tried clicking objects after every prefab conversion. Everything worked fine until I changed my LevelManager Game Object into a prefab, and that’s when everything became unclickable. I checked with all of my other game objects (paddle, bricks, ball, etc.) and I was still able to click on the objects in my scene.
I was able to fix the problem by not making the LevelManager a prefab, but I’m worried that that will mess with future endeavors for making prefabs out of scripts. Any ideas what’s happening here?
I’m using Unity 4.7.2 on a Windows machine.