为了账号安全,请及时绑定邮箱和手机立即绑定

Unity脚本未运行

Unity脚本未运行

C#
白衣非少年 2023-09-09 17:14:57
我正在创建所有新的统一项目,并将空游戏对象添加到我的第一个场景中,还创建脚本并将其添加到该对象中,但是当我尝试运行场景脚本时,控制台窗口中没有显示任何输出。这是我的代码using System.Collections;using UnityEngine;public class ScriptObject : MonoBehaviour{    // Start is called before the first frame update    void Start()    {        Debug.Log("Start method called.");    }    // Update is called once per frame    void Update()    {        Debug.Log("Update method calling.");    }}
查看完整描述

1 回答

?
森栏

TA贡献1810条经验 获得超5个赞

您需要打开显示其他类型的日志消息(在您的情况下为“信息”消息)。

https://img1.sycdn.imooc.com//64fc37c10001920704470144.jpg


查看完整回答
反对 回复 2023-09-09
  • 1 回答
  • 0 关注
  • 82 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信