Failed to configure a DataSource: url attribute is not specified and no embedded datasource could be configured.
中文翻译:无法配置DataSource:未指定“url”属性,并且无法配置嵌入数据源。
DataSource 翻译:数据源
得…
基于 项目02《游戏-10-开发》Unity3D ,
任务:飞行坐骑
首先创建脚本, 绑定脚本, using UnityEngine; public class Dragon : MonoBehaviour{ [SerializeField] private float speed 10f; public Transfo…