在使用Standard Assets的FPSController时出现以下报错
[Unity 3D] error CS0619: ‘GUIText‘ is obsolete: ‘GUIText has been removed. Use UI.Text instead.‘
调用了已被弃用的GUIText
根据提示修改SimpleActivatorMenu.cs, 改用UnityEngine.UI.Text
[Unity 3D] error CS0619: ‘GUIText‘ is obsolete: ‘GUIText has been removed. Use UI.Text instead.‘

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-15
  • 2021-09-10
  • 2021-08-07
  • 2021-10-31
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-02
  • 2021-06-05
  • 2021-10-11
  • 2022-12-23
相关资源
相似解决方案