Script dictionary

Hi iam new to using unity. i have been using it for a week, but having trouble knowing what scripts i need to use. So i wonderd if there is some way to see scripts and see what they do in any otherway then in visual studio. any help will be nice

Unless you’ve downloaded some assets, there shouldn’t be any scripts in your project besides the built-in ones that come default with the engine, and the ones that you write yourself.

If this is about scripts imported from an asset, it would be best to view that asset’s documentation (if it exist) and/or contact the developer for information about it.

If this is about Unity’s built-in script components, try looking up some beginner tutorials. There’s plenty of them out there that cover what they do and when you’d use them.

1 Like