Search Unity

IDE Configuration

Discussion in 'Community Learning & Teaching' started by Beluga_thebloodhound, Jan 14, 2022.

  1. Beluga_thebloodhound

    Beluga_thebloodhound

    Joined:
    Jan 14, 2022
    Posts:
    2
    I am new to unity and have just begun to learn the program basics,
    I encountered a problem using visual studio: in the tutorial, the instructor's IDE will automatically
    quick suggest what he is trying to type, (eg. when he types "transform.", there will appear a bunch of stuff
    in transform, in addition it will tell you what's the parameter for each function) but my IDE does not even point out my mispellings.
    I mean it's not totally useless, since it can quick suggest the variables I defined within the script, but How do
    I make it quick suggest the stuff in unity library like transform,rotate.etc
    Thanks for the help:)