GUITexture has been removed. Use UI.Image instead 过时 报错

发布于 2023-02-25  496 次阅读


在使用一些老版本Package 素材的时候,一些 Script用的是老的Api

GUITexture 就是其中可能错误的过时使用。

1.using UnityEngine.UI;

2.只需要替换 GUITexture -> Text