A Unity3D v5 problem, Only Skybox is visible.
Hello.
I just disabled the DirectX 11 in the Player settings and it was fine, Then I restarted the software to continue making my game, after that, I saw nothing but skybox in the game view but in the scene view everything is visible and okay. I've searched Google but failed to find an answer, I'd be glad if someone help.
Thanks for taking your time.
PS: I restarted the software again, still nothing changed. Also when I set the main camera's clear flag to None, the game objects would be visible but the Skybox would be invisible. That is driving me nuts.
Answer by imDanOush · Oct 18, 2015 at 04:32 PM
Selected all dependencies and export my project as a package, then I re-import them in a new project. Problem solved, Conclusion: The problem must be related to the old project settings since project settings wont get imported along with the project files when imported in a new project in form of a UnityPackage file.
Your answer

Follow this Question
Related Questions
Can't get GUI canvas to show on camera 1 Answer
Why my texts on ugui disappear when the camera moving far from the gameobjects 0 Answers
How can I stop enemies spawning when the spawner is visible by the camera? 0 Answers
In 3d multiplayer fps how can I make the crosshair such that other users can not see my crosshair? 1 Answer