udacity / self-driving-car-sim

A self-driving car simulator built with Unity
http://udacity.com/self-driving-car
MIT License
3.91k stars 1.5k forks source link

White layer over simulator problem #50

Closed maakle closed 6 years ago

maakle commented 7 years ago

Hey people,

I'm experiencing some issue with my simulator. The background of the UI is white in the menu and also during the simulator there is a white layover. I though it might have something to do with the Build Settings and already tried if I need to include maybe UISetupScene from the assets but it didn't help. Any ideas or did some of you experience the same problem? I'm quite a beginner with Unity so far, so sorry if that's an easy question, though couldn't find anything online.

Screenshots are attached:

screen shot 2017-08-11 at 13 33 02 screen shot 2017-08-11 at 13 33 30

screen shot 2017-08-11 at 13 30 46
DevParapalli commented 7 years ago

Same here.....BTW which version of Unity are you using?

autonomobil commented 7 years ago

same problem..

salalm commented 6 years ago

@mattk90 the reason for that white overlay is the missing textures. When you download the archive from Github using "Download ZIP", the texture files which are stored on git using Git LFS(Large File Storage), are not downloaded. Instead, only the 'pointers' to those files are downloaded. So in order to solve the issue, either install LFS in git and then clone the repo, or use some other git client which supports LFS. You can find the info here as well: https://help.github.com/articles/versioning-large-files/