In an attempt to self-teach myself how to use Unity, I have come into a problem. I do not know many variables which I can use, so can someone list pretty much every variable (or at least all the basic ones) that can be used in Javascript, and give a little description of each?
I have attempted to find some reference for this around the internet, but I have had no luck. The only one that I am very sure about is `Texture2D`. I think this would also be good for other new people to Unity, so they know what variables they can use as well.