Can't Find Script In Downloaded Asset

Hi, just downloaded something from the asset store and in the readme it said “use THIS script” etc… but there is no script. Am i doing something silly?

I’ve looked in every folder and there is no script in the readme file.

Thanks.

You might find the script if you type its filename into the Project view’s search bar.

Otherwise, it might be inside a DLL file. If the product has a DLL file, click the foldout arrow and look inside for the script.

Barring that, maybe the readme is referring to a Unity Standard Assets script such as FirstPersonController. In this case, you can import the required Standard Asset using item Assets > Import Package menu item.

BTW, an easy way to add a script to a GameObject is to inspect the GameObject. In the Inspector view, click the Add Component button and start typing the name the of the script. Unity will search your project for matches.