📌  相关文章
📜  已经注册了一个名为 Horizontal 的虚拟轴. unity - C# 代码示例

📅  最后修改于: 2022-03-11 14:48:49.302000             🧑  作者: Mango

代码示例1
//have a simple solution for this hope this will help..
//Double click on error this will open the script just replace this line
Debug.LogError("There is already a virtual axis named " + axis.name + " registered.");
//with
UnRegisterVirtualAxis(axis.name);
RegisterVirtualAxis (axis);