Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

There is already a virtual axis named Horizontal registered. unity

//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);
 
PREVIOUS NEXT
Tagged: #There #virtual #axis #named #Horizontal #unity
ADD COMMENT
Topic
Name
3+8 =