Standard Assets Example Project on linux?

I’m taking a class on beginning development with Unity, and they want everybody to go through the Standard Assets Example Project that comes with Unity3d. Unfortunately, I cannot seem to find a copy of this that works on Linux. Is there some way to get this? I found a version for windows in an exe, but wine won’t open the exe.

If someone can just point me in the right direction, I would appreciate it greatly!

Get it from assets store

EDIT:
Or extract from windows installer

I couldn’t find it anywhere in the assets store. I got a power cord for my mac now, so I will extract it there and transfer it over. I had tried to use wine to get it out of the windows version, but didn’t have any luck with that. I was hoping I had just missed something someplace.

You really can not find it? In assets store go to unity essentials > asset packs and there’s standard assets, import it and you are good to go
EDIT: Sorry for being a bit rude, from your first sentence I now can understand that you just have started using Unity.

I found the standard assets. I did not find the example project that uses the standard assets. On mac/windows, it is downloaded during install, or can be downloaded from the download page for those platforms.

I did manage to get it eventually by downloading it to a mac, then scp-ing it over to my linux box, but if I missed it someplace, I’d still like to know where it was, since I’m still figuring this out. :slight_smile:

I mostly needed it because I’m doing an online class that starts out by working with that example project as a way of exploring the system. :slight_smile:

If you look in that standard assets contents in the assets store, you can see that it includes all the scenes which are in the example project. You have to create an empty project and import everything from that asset

1 Like

Ah! I got confused because for all the other platforms, they had them as two different downloads. Thanks for the help!