Search Unity

my Unity MonoDevelop doesn't recognize the "input" keyword, what to do?

Discussion in 'Scripting' started by LaineusO_O, Sep 27, 2018.

  1. LaineusO_O

    LaineusO_O

    Joined:
    Sep 27, 2018
    Posts:
    1
    so I just started out with unity 5.6.6f2 and I was scripting on windows 7 in monodevelop and when I wrote the "input" keyword in the source code and it didn't turn blue like all other keywords instead it says "No completions found". Can anybody kindly tell me what's wrong and what I can do to solve the problem?
     
  2. Vryken

    Vryken

    Joined:
    Jan 23, 2018
    Posts:
    2,106
    Input, not input.

    You are wanting to reference the name of a class, and all class names start with a capital letter.
     
    Joe-Censored likes this.
  3. Brathnann

    Brathnann

    Joined:
    Aug 12, 2014
    Posts:
    7,188
    Joe-Censored likes this.
  4. Antistone

    Antistone

    Joined:
    Feb 22, 2014
    Posts:
    2,836
    Also make sure you have "using UnityEngine;" near the top of your file.