Hi, I'm pretty new to Unity and I have imported the UI template with the nine verbs into my scene.
I'm currently getting an error .
CS1061 'MenuInteraction' does not contain a definition for 'IsDefaultIcon' and no extension method 'IsDefaultIcon' accepting a first argument of type 'MenuInteraction' could be found (are you missing a using directive or an assembly reference? \HighlightDefaultIcon.cs
I was wondering if anyone knew if I am missing a script or something to make this run properly. Thanks!
Comments
The script included in the Nine Verbs template requires that you use the latest version of AC, currently v1.60.7. The error should go away once you update to the latest release.