
Menu GUI control by keyboard Unity3D
C#
Unity 3D
23.4.2014
Unity3D doesn’t support controling GUI elements with keyboard by default – only with mouse. We can program this with use of GUI.SetNextControlName and GUI.FocusControl First we need to…