Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Script dictionary

Discussion in 'Getting Started' started by Arkken27, Dec 8, 2020.

  1. Arkken27

    Arkken27

    Joined:
    Dec 8, 2020
    Posts:
    1
    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
     
  2. Vryken

    Vryken

    Joined:
    Jan 23, 2018
    Posts:
    2,106
    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.
     
    JoeStrout likes this.