HelloWorld & Basic Sound tutorials
Hello, hoping somebody has an answer for this. I've been trying to get this basic voice input working and have been running into an issue.
https://developers.meta.com/horizon/documentation/unity/unity-tutorial-basic-voice-input/
https://developers.meta.com/horizon/documentation/unity/unity-tutorial-hello-vr/
The issue is I receive and error that says...
Script 'CharacterController' has the same name as built-in Unity component.
AddComponent and GetComponent will not work with this script.
Both meta and unity have a CharacterController. I have been unable to get around this as I need the AddComponent and GetComponent to work.
I can't be the first person to come across this; particular when its in a hello world example and yet I can't find any information on it.
Help would be appreciated.
Thanks