- Home /
Question by
galaboy · Dec 02, 2012 at 08:35 AM ·
preferences
how to sync microsft c# express ide with unity 3d
hi iam new to unity. iam scripting mywork in c# using the unity's built-in monodevelop. But i couldn't use some of the events like getkeydown in monodevelop. when i compile this is the error it shows
Assets/scripts/player.cs(23,20): error CS0103: The name `GetKeyDown' does not exist in the current context
i have microsft c# express edition, but while syncing unity says that, it cannot sync with express edition.how to overcome this.
Comment
Best Answer
Answer by GerryM · Dec 02, 2012 at 12:04 PM
Please, check the manual on VS integration.
Be aware that Unity C# doesn't support all .NET classes, instead it does use (a subset of) Mono classes.