void Start() { LogSystem.InstallDefaultReactors(); Runnable.Run(CreateService()); commandProcessor = VoiceCommandProcessor.Instance; }
// Start is called before the first frame update void Awake() { s_VoiceInstance = this; }