robyyang
Results
1
issues of
robyyang
报错如下: E/Unity: Attempting to call method 'System.Boolean[,]::Set' for which no ahead of time (AOT) code was generated. EventDelegate:Execute(List`1) UIButton:OnClick() UICamera:Notify(GameObject, String, Object) UICamera:ProcessRelease(Boolean, Single) UICamera:ProcessTouch(Boolean, Boolean) UICamera:ProcessTouches() UICamera:Update() 本身的代码就是在UI点击函数中,对一个二维数组进行了操作。 在此之后,已经搜索了论坛,发现目前已知的AOT问题基本都是和泛型有关系...