Question by
oldnavy281 · Jun 04, 2019 at 04:45 PM ·
c#scripting problemerrorscript.bug
Menu object not responding
In Unity version 2017.4.26f1, the Menu.instance.addPlayer(_inputfield); code on line 34 is not running. the error I'm getting is:
error CS0117: 'Menu' does not contain a definition for 'instance'
Anyone have any idea how to resolve this?
The error message within Unity:
code3.png
(29.2 kB)
error2.png
(4.7 kB)
Comment