Initialer Upload neues Unity-Projekt

This commit is contained in:
Daniel Ocks
2025-07-21 09:11:14 +02:00
commit eeca72985b
14558 changed files with 1508140 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