EKsumic's Blog

let today = new Beginning();

Click the left button to use the catalog.

OR

[解决方案]Unity导入Standard Assets后报错怎么办?

环境:

① Unity版本:2019.3.2f1

② Visual Studio 2019 Community

③ Standard Assets (for Unity 2017.3)

错误代码:

CS0619

基本情况:

S1

解决方案:

①在这两个cs文件头部增加:

using UnityEngine.UI;

②将GUITexture换成Image,

S2

③GUIText换成Text,

s3

④Ctrl+S保存,然后尝试运行。

祝好运。

This article was last edited at 2020-02-23 14:23:09

* *