unity脚本提示 无法将类型“string”隐式转换为“UnityEngine.UI.Text”解决方法

例子:
InputField zhanghao;
zhaohao=“hi”;
编写C#脚本时出现错误:无法将类型“string”隐式转换为“UnityEngine.UI.Text”

原因:
赋值方法不对,zhaohao是个对象,应该对它的属性赋值。比如能在Unity层级栏看见他有text。

在这里插入图片描述

解决方法:
zhaohao.text=“hi”;

  • 3
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
ArgumentNullException: Value cannot be null. Parameter name: _unity_self UnityEditor.SerializedObject.FindProperty (System.String propertyPath) (at <505360e321ae48e3804e227a34262e1e>:0) UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.BindPropertyRelative (UnityEngine.UIElements.IBindable field, UnityEditor.SerializedProperty parentProperty) (at <dfb6114cbc8f47d49a0a812a5562a1f9>:0) UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.BindTree (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedProperty parentProperty) (at <dfb6114cbc8f47d49a0a812a5562a1f9>:0) UnityEditor.UIElements.Bindings.SerializedObjectBindingContext.ContinueBinding (UnityEngine.UIElements.VisualElement element, UnityEditor.SerializedProperty parentProperty) (at <dfb6114cbc8f47d49a0a812a5562a1f9>:0) UnityEditor.UIElements.Bindings.DefaultSerializedObjectBindingImplementation+BindingRequest.Bind (UnityEngine.UIElements.VisualElement element) (at <dfb6114cbc8f47d49a0a812a5562a1f9>:0) UnityEngine.UIElements.VisualTreeBindingsUpdater.Update () (at <d46c07da13f941aeb9b5f49c78214485>:0) UnityEngine.UIElements.VisualTreeUpdater.UpdateVisualTreePhase (UnityEngine.UIElements.VisualTreeUpdatePhase phase) (at <d46c07da13f941aeb9b5f49c78214485>:0) UnityEngine.UIElements.Panel.UpdateBindings () (at <d46c07da13f941aeb9b5f49c78214485>:0) UnityEngine.UIElements.UIElementsUtility.UnityEngine.UIElements.IUIElementsUtility.UpdateSchedulers () (at <d46c07da13f941aeb9b5f49c78214485>:0) UnityEngine.UIElements.UIEventRegistration.UpdateSchedulers () (at <d46c07da13f941aeb9b5f49c78214485>:0) UnityEditor.RetainedMode.UpdateSchedulers () (at <dfb6114cbc8f47d49a0a812a5562a1f9>:0)
07-15

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值