This commit is contained in:
2023-11-28 11:38:59 +05:30
commit ce059d4bf6
2742 changed files with 618089 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
* All rights reserved.
*
* This source code is licensed under the license found in the
* LICENSE file in the root directory of this source tree.
*/
using Meta.Voice.Hub.Attributes;
using Meta.Voice.Hub.Interfaces;
using Meta.Voice.VSDKHub;
using Meta.Voice.Windows;
using Oculus.Voice.Utility;
using UnityEngine;
namespace Meta.Voice.Hub
{
[MetaHubPage("Settings", VoiceHubConstants.CONTEXT_VOICE, priority: 800)]
public class SettingsWindowPage : SettingsWindow, IMetaHubPage
{
protected override GUIContent Title => new GUIContent("Voice SDK Settings");
protected override Texture2D HeaderIcon => null;
protected override string DocsUrl => VoiceSDKStyles.Texts.VoiceDocsUrl;
public new void OnGUI()
{
base.OnGUI();
}
}
}

View File

@@ -0,0 +1,3 @@
fileFormatVersion: 2
guid: f28381e065624802b1cf1a6a2c98c644
timeCreated: 1681333993