📌  相关文章
📜  参数 2:无法从 'int' 转换为 'UnityEngine.Object' - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:23.883000             🧑  作者: Mango

代码示例1
remove the comma after your quotation marks on each Debug.Log line.

for example,

Debug.Log("Lowest is : ", + min);

becomes…

Debug.Log("Lowest is : " + min);