'Button' does not contain a definition for 'onClick' and no accessible extension method 'onClick' accepting a first argument of type 'Button' could be found (are you missing a using directive or an assembly reference?)
文章来源地址https://www.toymoban.com/news/detail-598751.html
一个非常奇葩的问题;突然!!!!!
using UnityEngine.UI;引用不了,灰色提示!
然后 Button类不管怎么都不能从UnityEngine.UI中引用,气炸!!!
人家的Button类都是继承自UnityEngine.UI
仔细对工程包含的所有插件排查了一遍!!都没有问题!
网上查了各种教程,什么修改 .Net框架。。。。。文章来源:https://www.toymoban.com/news/detail-598751.html
最终原因&#
到了这里,关于BUG解决Button类不能从UnityEngine.UI中引用的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!