I can't see the "FPS Sample" option at the top of the application

Hey,
I downloaded Unity a few days ago and imported the assets of the FPS sample and everything I think I had to import into it. But, I still can’t seem to see the FPS Sample option at the top of the application.

For me, I only have these:
3948988--338140--upload_2018-12-1_17-5-11.png

And what I think I need to actually access the levels are:
3948988--338146--upload_2018-12-1_17-10-5.png

I would really appreciate if someone could tell me how I’m meant to get the FPS Sample bit so I can actually advance to the next part of the setup of the game. Thanks.

Did you use the Large File Downloader (LFS) per the install steps off the git hub page, or did you just click download zip on github? If you just download a zip/ect from the git hub links without the LFS software installed on your PC, you will only get a portion of the overall project file (few GB), which may cause these menus to not be downloaded.

“IMPORTANT: This project uses Git Large Files Support (LFS). Downloading a zip file using the green button on Github will not work. You must clone the project with a version of git that has LFS. You can download Git LFS here: Git Large File Storage | Git Large File Storage (LFS) replaces large files such as audio samples, videos, datasets, and graphics with text pointers inside Git, while storing the file contents on a remote server like GitHub.com or GitHub Enterprise.” - Unity

Check the steps here:
GitHub - Unity-Technologies/FPSSample: A first person multiplayer shooter example project in Unity (scroll down)

Good Luck, Have fun :slight_smile:
-Micah