Files
Virtual-Tutor/Assets/Convai/Art/UI/Editor/ConvaiSDKSetupWindow.uxml
2025-09-30 17:58:33 +02:00

282 lines
37 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<ui:UXML xmlns:ui="UnityEngine.UIElements" xmlns:uie="UnityEditor.UIElements" editor-extension-mode="True">
<Style src="project://database/Assets/Convai/Art/UI/Editor/ConvaiSDKSetupWindow.uss?fileID=7433441132597879392&amp;guid=17990177950b0430996f7f695fe1c80d&amp;type=3#ConvaiSDKSetupWindow" />
<ui:VisualElement name="root" class="root" style="-unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf?fileID=12800000&amp;guid=6205a6911cd724fada8aa20e7f1afc6d&amp;type=3#SpaceGrotesk-SemiBold&apos;); -unity-font-definition: initial;">
<ui:VisualElement style="flex-direction: row; flex-grow: 1; -unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-Regular.ttf?fileID=12800000&amp;guid=2313aff2442ff4bb08cbc22e96312f7d&amp;type=3#SpaceGrotesk-Regular&apos;);">
<ui:VisualElement class="sidebar">
<ui:VisualElement name="ConvaiLogo" class="mb-6">
<ui:Image src="project://database/Assets/Convai/Art/UI/Logos/Convai%20Logo.png?fileID=2800000&amp;guid=b688e0950e2692e4187f9358cfb18984&amp;type=3#Convai Logo" style="width: auto; height: 85px; -unity-background-scale-mode: scale-to-fit; background-image: url(&apos;project://database/Assets/Convai/Art/UI/Logos/Convai%20Logo.png?fileID=2800000&amp;guid=b688e0950e2692e4187f9358cfb18984&amp;type=3#Convai Logo&apos;);" />
</ui:VisualElement>
<ui:VisualElement name="SubMenu" style="padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; margin-left: 6px; margin-right: 6px; margin-top: 6px; margin-bottom: 6px;">
<ui:ScrollView>
<ui:Button text="Welcome" name="welcome-btn" class="sidebar-link" />
<ui:Button text="Account" name="account-btn" class="sidebar-link" />
<ui:Button text="Logger Settings" name="logger-settings-btn" class="sidebar-link" />
<ui:Button text="Server Animations" name="server-anim-btn" class="sidebar-link" />
<ui:Button text="Long Term Memory" name="ltm-btn" class="sidebar-link" />
<ui:Button text="Package Management" name="package-management-btn" class="sidebar-link" />
<ui:Button text="Documentation" name="documentation-btn" class="sidebar-link" />
<ui:Button text="Updates" name="updates-btn" class="sidebar-link" />
<ui:Button text="Developer Forum" name="contact-us-btn" class="sidebar-link" />
</ui:ScrollView>
</ui:VisualElement>
</ui:VisualElement>
<ui:ScrollView name="content-container" class="container" style="border-left-color: rgba(255, 255, 255, 0); border-right-color: rgba(255, 255, 255, 0); border-top-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(255, 255, 255, 0); -unity-background-scale-mode: flex-start;">
<ui:VisualElement name="welcome" class="section-card" style="display: none; flex-wrap: nowrap; align-items: flex-start; justify-content: space-between; align-self: auto;">
<ui:Label text="Welcome to Convai SDK" name="welcome-to-convai-sdk" class="header" />
<ui:Label text="About Convai" name="about-convai" class="subheader" style="color: rgb(9, 97, 72); -unity-font-style: flex-start;" />
<ui:Label text="Convai enables AI characters in games and virtual worlds to have human-like conversation capabilities and more. &lt;br &lt;br With Convai, developers and designers like you can add a backstory, knowledge base, voice, and overall intelligence to your characters to converse naturally with players and carry out actions. &lt;br Convai focuses on bringing characters that are as life-like as possible and can be directed by any developer! &lt;br &lt;br This SDK contains the complete Convai conversation pipeline, which includes Speech Recognition, Language Understanding and Generation, Text-to-Speech, Text-to-Action, Character Lipsync, Action capability, Narrative Design and much more. " name="about-convai-details" class="mb-4 text-base" style="align-items: auto; white-space: normal;" />
<ui:VisualElement name="quick-start-guide-content" style="flex-wrap: nowrap; align-items: flex-start; justify-content: flex-start; align-self: stretch;">
<ui:Label text="Quick Start Guide" name="quick-start-guide-label" class="subheader" style="color: rgb(9, 97, 72);" />
<ui:Label text="Now that you have downloaded the SDK, lets get to know it quickly first&#10;" class="mb-2 text-base" style="-unity-font-style: bold; white-space: normal; flex-wrap: wrap; align-items: auto;" />
<ui:Label text="1. Read the friendly documentation first to get an in-depth overview of the Convai SDK. &lt;br 2. Go to the &apos;Account&apos; tab and initialize the SDK with your API key. &lt;br 3. Go to the &apos;Package Management&apos; tab and to add extra features into the Convai package." name="quick-start-guide-points" class="text-base mb-4" style="white-space: normal; height: 52px; -unity-text-align: upper-left; align-items: stretch; justify-content: space-between; align-self: flex-start; width: 535px;" />
<ui:VisualElement style="flex-direction: row; justify-content: space-between;">
<ui:Button text="The Friendly Documentation" name="documentation-page" class="button-small" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="account" class="section-card" style="display: none;">
<ui:Label text="Account Settings" class="header" />
<ui:VisualElement class="card mb-4" style="align-self: stretch;">
<ui:Label text="API Key Configuration" class="subheader" style="align-items: stretch;" />
<ui:VisualElement class="form-group" style="align-self: auto;">
<ui:Label text="API Key" class="label" />
<ui:VisualElement style="flex-direction: row; align-items: auto; justify-content: space-between; align-self: auto; flex-wrap: nowrap; padding-left: 15px; padding-right: 15px;">
<ui:TextField name="api-key" placeholder="Enter your API key" password="true" mask-character="●" class="input-field" style="justify-content: space-around; width: auto; height: auto; align-items: auto; align-self: auto; flex-wrap: nowrap; flex-shrink: 1; flex-grow: 1;" />
<ui:Button name="toggle-password" text="Show" class="button-small" style="margin-left: 5px; align-self: center; padding-top: 10px; padding-left: 12px; padding-right: 12px; padding-bottom: 10px; margin-top: 0; margin-bottom: 0; display: flex; align-items: auto; -unity-font-style: normal; font-size: 15px; -unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf?fileID=12800000&amp;guid=fcdbb1a85994047f9bec320e2362b1ed&amp;type=3#SpaceGrotesk-Bold&apos;);" />
</ui:VisualElement>
<ui:Label text="Enter your Convai API key to authenticate your requests." class="helper-text" />
</ui:VisualElement>
<ui:Button text="Save API Key" name="save-api-key" class="button-small" style="align-items: center; align-self: center;" />
</ui:VisualElement>
<ui:VisualElement name="BillingContainer" class="card mb-4" style="height: auto; width: auto; flex-direction: column; justify-content: center; align-items: stretch;">
<ui:Label text="Account Information" class="subheader" style="text-overflow: clip; white-space: normal;" />
<ui:VisualElement name="CardHeader" style="flex-direction: row; justify-content: space-between; margin-bottom: 10px;">
<ui:Label text="Developer" name="plan-name" class="label" />
<ui:Label text="valid till 01-01-2024" name="expiry-date" class="expiry-date" />
</ui:VisualElement>
<ui:VisualElement name="UsageContainer" class="usage-container">
<ui:VisualElement name="DailyUsage" class="usage-item" style="padding-top: 5px; padding-bottom: 5px; padding-left: 5px; padding-right: 5px;">
<ui:Label text="Daily Usage" class="usage-label" />
<ui:ProgressBar value="0" highValue="100" name="DailyUsageBar" class="usage-bar" style="border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0;" />
<ui:Label text="0/0 interactions" name="daily-usage-label" class="usage-value" />
</ui:VisualElement>
<ui:VisualElement name="MonthlyUsage" class="usage-item" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px;">
<ui:Label text="Monthly Usage" class="usage-label" />
<ui:ProgressBar value="0" highValue="100" name="MonthlyUsageBar" class="usage-bar" style="border-left-color: rgba(0, 0, 0, 0); border-right-color: rgba(0, 0, 0, 0); border-top-color: rgba(0, 0, 0, 0); border-bottom-color: rgba(0, 0, 0, 0); border-top-left-radius: 0; border-bottom-left-radius: 0; border-top-right-radius: 0; border-bottom-right-radius: 0; background-image: none;" />
<ui:Label text="0/0 interactions" name="monthly-usage-label" class="usage-value" />
</ui:VisualElement>
<ui:VisualElement name="ElevenLabsUsage" class="usage-item" style="padding-left: 5px; padding-right: 5px; padding-top: 5px; padding-bottom: 5px; display: none;">
<ui:VisualElement style="flex-direction: row; align-items: center;">
<ui:Label text="ElevenLabs Usage (monthly)" class="usage-label" />
</ui:VisualElement>
<ui:ProgressBar value="2.38" highValue="100" name="ElevenLabsUsageBar" class="usage-bar" />
<ui:Label text="10/420 interactions" class="usage-value" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="package-management" class="section-card" style="display: none;">
<ui:Label text="Package Management" class="header" />
<ui:VisualElement style="flex-direction: row; margin: 10px 0;">
<ui:Button text="Install AR Package" name="install-ar-package" class="button-small" style="flex-grow: 1; width: 30%;" />
<ui:Button text="Install VR Package" name="install-vr-package" class="button-small" style="flex-grow: 1; width: 30%;" />
<ui:Button text="Install MR Package" name="install-mr-package" class="button-small" style="flex-grow: 1; width: 30%;" />
</ui:VisualElement>
<ui:VisualElement style="flex-direction: row; margin: 10px 0;">
<ui:Button text="Install iOS Build Package" name="install-ios-build-package" class="button-small" style="flex-grow: 1; width: 30%;" />
<ui:Button text="Install URP Converter" name="install-urp-converter" class="button-small" style="flex-grow: 1; width: 30%;" />
<ui:Button text="Convai Custom TMP Package" name="convai-custom-tmp-package" class="button-small" style="flex-grow: 1; width: 30%;" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="features" class="section-card">
<ui:Label text="Features" class="header" />
<ui:Label text="NPC to NPC Communication" class="subheader" />
<ui:VisualElement class="form-group">
<ui:Label text="Session ID" class="label" />
<ui:TextField name="session-id" placeholder="Enter session ID" class="input-field" />
</ui:VisualElement>
<ui:Button text="Initialize" name="initialize" class="button-small" />
<ui:Label text="Other Features" class="subheader" />
<ui:Label text="Configure various Convai-specific settings to enhance your application&apos;s capabilities." class="mb-4" />
<ui:VisualElement class="mb-4">
<ui:Label text="• Multi-language support" class="bullet-link" />
<ui:Label text="• Emotion detection" class="bullet-link" />
<ui:Label text="• Custom action triggers" class="bullet-link" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="logger-settings" class="section-card" style="display: none;">
<ui:Label text="Logger Settings" class="header" />
<ui:VisualElement name="logger-table" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); margin-top: 0; margin-bottom: 10px;" />
<ui:VisualElement name="VisualElement" style="flex-direction: row; justify-content: flex-start;">
<ui:Button text="Select All" name="select-all" class="button-small" />
<ui:Button text="Clear All" name="clear-all" class="button-small" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="updates" class="section-card mb-4" style="display: flex;">
<ui:Label text="Updates" class="header" />
<ui:VisualElement class="version-info">
<ui:Label text="Current SDK Version" class="subheader" />
<ui:Label text="v3.2.4" name="current-version" class="version-number changelog-version" style="margin-bottom: 10px; padding-left: 10px; padding-right: 10px; padding-top: 0; padding-bottom: 10px; margin-left: 0; margin-right: 0; margin-top: 0;" />
</ui:VisualElement>
<ui:Label text="Changelog" class="subheader" />
<ui:ScrollView name="content-container" class="container" style="border-left-color: rgba(255, 255, 255, 0); border-right-color: rgba(255, 255, 255, 0); border-top-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(255, 255, 255, 0); -unity-background-scale-mode: flex-start; padding-left: 10px; padding-right: 10px; padding-top: 10px; padding-bottom: 10px;">
<ui:VisualElement class="changelog-entry" style="display: flex;">
<ui:Label text="v3.3.1" class="changelog-version" />
<ui:Label text="Released: June 19, 2025" class="changelog-date" />
<ui:Label text="Hotfix:" class="changelog-section" />
<ui:Label text="• Fixed an issue with Convai Animation Capture API" class="changelog-item" style="flex-wrap: wrap; white-space: normal;" />
</ui:VisualElement>
<ui:VisualElement class="changelog-entry" style="display: flex;">
<ui:Label text="v3.3.0" class="changelog-version" />
<ui:Label text="Released: June 09, 2025" class="changelog-date" />
<ui:Label text="Annoucement:" class="changelog-section" />
<ui:Label text="• We&apos;re excited to announce the launch of the &lt;b&gt;Convai Animation Capture&lt;/b&gt; application on the &lt;b&gt;Meta Quest Store&lt;/b&gt;!&#10;&#10;This powerful tool enables you to &lt;b&gt;record high-quality humanoid animations directly in VR&lt;/b&gt; and seamlessly bring them into &lt;b&gt;Unity&lt;/b&gt; using the latest &lt;b&gt;Convai Unity plugin&lt;/b&gt;. Best of all, the captured animations are &lt;b&gt;engine-agnostic&lt;/b&gt;, making them compatible with any development pipeline.&#10;&#10;Start creating lifelike motion content with ease—directly from your Meta Quest headset.&#10;&#10;• Fixed 11Labs/Cartesia audio buffer processing " class="changelog-item" style="flex-wrap: wrap; white-space: normal;" />
<ui:Button text="Get the Convai Animation Capture App" name="download-meta-quest-app" class="button-small" style="margin-top: 10px; align-self: flex-start;" />
</ui:VisualElement>
<ui:VisualElement class="changelog-entry" style="display: flex;">
<ui:Label text="v3.2.4" class="changelog-version" />
<ui:Label text="Released: March 03, 2025" class="changelog-date" />
<ui:Label text="Annoucement:" class="changelog-section" />
<ui:Label text="• We are transitioning away from the &lt;b&gt;Ready Player Me (RPM)&lt;/b&gt;-based character creator in the &lt;b&gt;Convai Playground&lt;/b&gt; to a significantly higher-quality character creation system. As a result, the &lt;b&gt;Character Importer&lt;/b&gt;, which previously allowed importing RPM-created characters from the Playground, will no longer be supported." class="changelog-item" style="flex-wrap: wrap; white-space: normal;" />
</ui:VisualElement>
<ui:VisualElement name="VisualElement" class="changelog-entry" style="display: flex;">
<ui:Label text="v3.2.3" class="changelog-version" />
<ui:Label text="Released: January 28, 2025" class="changelog-date" />
<ui:Label text="Hot Fixes:" class="changelog-section" />
<ui:Label text="• Fixed version of the Ready Player Me package to ensure compatibility" class="changelog-item" />
</ui:VisualElement>
<ui:VisualElement class="changelog-entry" style="display: flex;">
<ui:Label text="v3.2.2" class="changelog-version" />
<ui:Label text="Released: January 23, 2025" class="changelog-date" />
<ui:Label text="Hot Fixes:" class="changelog-section" />
<ui:Label text="• Fixed Character Importer Issue" class="changelog-item" />
</ui:VisualElement>
<ui:VisualElement class="changelog-entry" style="display: flex;">
<ui:Label text="v3.2.1" class="changelog-version" />
<ui:Label text="Released: January 19, 2025" class="changelog-date" />
<ui:Label text="Hot Fixes:" class="changelog-section" />
<ui:Label text="• Fixed Ready Player Me package auto-update issue in Character Importer" class="changelog-item" />
<ui:Label text="• Resolved script state handling in NPC Editor components" class="changelog-item" />
<ui:Label text="• Improved Long Term Memory UI stability" class="changelog-item" />
</ui:VisualElement>
<ui:VisualElement class="changelog-entry" style="display: none;">
<ui:Label text="v3.2.0" class="changelog-version" />
<ui:Label text="Released: October 31, 2024" class="changelog-date" />
<ui:Label text="New Features:" class="changelog-section" />
<ui:Label text="• Implemented Dynamic Config Feature - This feature allows you to dynamically pass variables to NPCs. For example, you can update NPCs with the player&apos;s current health, inventory items, or information about the world, enhancing interactivity and immersion." class="changelog-item" style="white-space: normal;" />
<ui:Label text="• Implemented Narrative Design Keys - This feature enables dynamic variable passing within the Narrative Design section and triggers. For instance, you can use placeholders like {TimeOfDay} to create personalized dialogues, such as &quot;Welcome, player! How is your {TimeOfDay} going?&quot;" class="changelog-item" style="white-space: normal;" />
<ui:Label text="• Added MR Demo Scene" class="changelog-item" />
<ui:Label text="• Added MR Automatic Installation and Manual Installation" class="changelog-item" />
<ui:Label text="• Added Convai XR Package (compatibility with Meta SDK and other XR SDKs provided)" class="changelog-item" />
<ui:Label text="Improvements:" class="changelog-section" />
<ui:Label text="• Added Long Term Memory API(s) to View and Delete Speaker ID(s)" class="changelog-item" />
<ui:Label text="• Improved VR Manual Installation" class="changelog-item" />
<ui:Label text="• Improved Custom Package Installation" class="changelog-item" />
</ui:VisualElement>
</ui:ScrollView>
<ui:VisualElement class="update-actions" style="flex-direction: row; justify-content: center; align-self: center; align-items: center;">
<ui:Button text="View Full Changelog" name="view-full-changelog" class="button-small" />
</ui:VisualElement>
<ui:VisualElement name="update-status" class="update-status">
<ui:Label name="update-message" class="status-message" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="documentation" class="section-card">
<ui:Label text="Documentation" class="header" />
<ui:ScrollView name="content-container" class="container" style="border-left-color: rgba(255, 255, 255, 0); border-right-color: rgba(255, 255, 255, 0); border-top-color: rgba(255, 255, 255, 0); border-bottom-color: rgba(255, 255, 255, 0); -unity-background-scale-mode: flex-start;">
<ui:VisualElement class="mb-4">
<ui:Label text="Getting Started" class="subheader" />
<ui:Label text="• Setting Up the Unity Plugin" name="unity-plugin-setup" class="bullet-link" />
<ui:Label text="• Quick Start Tutorial" name="quick-start-tutorial" class="bullet-link" />
<ui:Label text="• Video Tutorials" name="video-tutorials" class="bullet-link" />
</ui:VisualElement>
<ui:VisualElement class="mb-4">
<ui:Label text="Features" class="subheader" />
<ui:Label text="• Narrative Design" name="narrative-design" class="bullet-link" />
<ui:Label text="• Transcript UI System" name="transcript-system" class="bullet-link" />
<ui:Label text="• Actions" name="actions" class="bullet-link" />
<ui:Label text="• NPC to NPC Interaction" name="npc-interaction" class="bullet-link" />
<ui:Label text="• Lip-Sync" name="facial-expressions" class="bullet-link" />
</ui:VisualElement>
<ui:VisualElement class="mb-4">
<ui:Label text="Platform-Specific Builds" name="platform-specific-builds" class="subheader" />
<ui:Label text="• MacOS" name="macos-build" class="bullet-link" />
<ui:Label text="• iOS" name="ios-build" class="bullet-link" />
<ui:Label text="• AR / VR / MR" name="ar-vr-build" class="bullet-link" />
</ui:VisualElement>
<ui:VisualElement>
<ui:Label text="Troubleshooting Guide" class="subheader" />
<ui:Label text="• FAQ" name="faq" class="bullet-link" />
</ui:VisualElement>
</ui:ScrollView>
</ui:VisualElement>
<ui:VisualElement name="contact-us" class="section-card" style="display: none;">
<ui:Label text="Need Help?" class="header" />
<ui:Label text="Have questions or need assistance?" class="subheader" style="margin-top: 10px;" />
<ui:Label text="Visit the Convai Developer Forum our dedicated community and support team are here to help with bug reports and technical queries. Get the support you need and connect with other developers to enhance your experience." class="mb-4 text-base" style="white-space: normal; margin-top: 10px;" />
<ui:Button text="Visit Developer Forum" name="developer-forum" class="button-small" style="align-self: flex-start;" />
</ui:VisualElement>
<ui:VisualElement name="server-anim" class="section-card" style="display: none;">
<ui:VisualElement name="header" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); flex-direction: row; justify-content: space-between; align-items: center; align-self: stretch; margin-bottom: 6px; margin-top: 12px;">
<ui:Label text="Server Animation" class="header" style="align-self: center; margin-bottom: 0;" />
<ui:Button text="Refresh" display-tooltip-when-elided="true" name="refresh-btn" class="button-small" style="align-self: center; font-size: 14px; -unity-font-style: normal; -unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf?fileID=12800000&amp;guid=6205a6911cd724fada8aa20e7f1afc6d&amp;type=3#SpaceGrotesk-SemiBold&apos;);" />
</ui:VisualElement>
<ui:ScrollView horizontal-scroller-visibility="Hidden" name="container" mode="Vertical" style="height: 338px; flex-wrap: wrap; flex-direction: row; margin-top: 16px; margin-bottom: 16px;">
<ui:VisualElement name="grid" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); height: auto; align-self: flex-start; width: 100%; flex-direction: row; flex-wrap: wrap; justify-content: flex-start;" />
</ui:ScrollView>
<ui:VisualElement style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); flex-direction: row; justify-content: space-between; margin-top: 0; margin-bottom: 0;">
<ui:VisualElement style="flex-grow: 0; background-color: rgba(0, 0, 0, 0); flex-direction: row;">
<ui:Button text="Previous Page" display-tooltip-when-elided="true" name="previous-page-btn" class="button-small" style="align-self: stretch; flex-grow: 0; font-size: 14px; -unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf?fileID=12800000&amp;guid=6205a6911cd724fada8aa20e7f1afc6d&amp;type=3#SpaceGrotesk-SemiBold&apos;); -unity-font-style: normal; width: 175px;" />
<ui:Button text="Next Page" display-tooltip-when-elided="true" name="next-page-btn" class="button-small" style="align-self: stretch; flex-grow: 0; font-size: 14px; -unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf?fileID=12800000&amp;guid=6205a6911cd724fada8aa20e7f1afc6d&amp;type=3#SpaceGrotesk-SemiBold&apos;); -unity-font-style: normal; width: 175px;" />
</ui:VisualElement>
<ui:Button text="Import Animations" display-tooltip-when-elided="true" name="import-btn" class="button-small" style="align-self: stretch; flex-grow: 0; font-size: 14px; -unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-SemiBold.ttf?fileID=12800000&amp;guid=6205a6911cd724fada8aa20e7f1afc6d&amp;type=3#SpaceGrotesk-SemiBold&apos;); -unity-font-style: normal; width: 175px;" />
</ui:VisualElement>
</ui:VisualElement>
<ui:VisualElement name="ltm" class="section-card" style="display: none;">
<ui:VisualElement name="header" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); flex-direction: row; justify-content: space-between; align-items: center; align-self: stretch; margin-bottom: 6px; margin-top: 12px;">
<ui:Label text="Long Term Memory" class="header" style="align-self: center;" />
<ui:Button text="Refresh" display-tooltip-when-elided="true" name="refresh-btn" class="button-small" style="align-self: center; font-size: 18px;" />
</ui:VisualElement>
<ui:VisualElement name="disclaimer" style="flex-grow: 1; background-color: rgb(232, 241, 239); border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-top-left-radius: 8px; border-bottom-left-radius: 8px; border-top-right-radius: 8px; border-bottom-right-radius: 8px; padding-left: 12px; padding-right: 12px; padding-top: 12px; padding-bottom: 12px; margin-top: 12px; margin-bottom: 6px; align-self: flex-start; width: 100%;">
<ui:VisualElement style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); flex-direction: row; justify-content: space-between; margin-bottom: 0; align-self: auto; width: 100%;">
<ui:Label tabindex="-1" text="Disclaimer" display-tooltip-when-elided="true" style="-unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf?fileID=12800000&amp;guid=92c9d87a9b5f34c7bb62edfcf91b0a09&amp;type=3#SpaceGrotesk-Medium&apos;); color: rgb(0, 0, 0); font-size: 24px; -unity-text-align: middle-left; padding-left: 0; padding-right: 0; flex-shrink: 1; align-self: center;" />
<ui:Button text="Hide" display-tooltip-when-elided="true" name="disclaimer-toggle-button" class="button-small" style="align-self: center; font-size: 14px; padding-left: 12px; padding-right: 12px; padding-top: 8px; padding-bottom: 8px;" />
</ui:VisualElement>
<ui:VisualElement name="disclaimer-content" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); display: flex; visibility: hidden; margin-top: 8px;">
<ui:Label tabindex="-1" text="The number of Speaker IDs that can be created per API key is limited and varies based on the subscription tier. To optimize your usage and avoid exceeding your limit, it is recommended to regularly delete any unused Speaker IDs." display-tooltip-when-elided="true" class="ltm-disclaimer" />
<ui:Label tabindex="-1" text="Per-Plan Limit" display-tooltip-when-elided="true" style="-unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf?fileID=12800000&amp;guid=92c9d87a9b5f34c7bb62edfcf91b0a09&amp;type=3#SpaceGrotesk-Medium&apos;); color: rgb(0, 0, 0); font-size: 20px; margin-bottom: 8px;" />
<ui:VisualElement style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; -unity-text-outline-color: rgb(11, 96, 73); border-left-color: rgba(0, 0, 0, 0.1); border-right-color: rgba(0, 0, 0, 0.1); border-top-color: rgba(0, 0, 0, 0.1); border-bottom-color: rgba(0, 0, 0, 0.1); border-left-width: 2px; border-right-width: 2px; border-top-width: 2px; border-bottom-width: 2px; border-top-left-radius: 4px; border-bottom-left-radius: 4px; border-top-right-radius: 4px; border-bottom-right-radius: 4px; flex-direction: row; align-self: center; width: 100%; display: flex;">
<ui:VisualElement style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); flex-direction: column; flex-shrink: 0; width: 49%;">
<ui:Label tabindex="-1" text="Plan" display-tooltip-when-elided="true" class="ltm-tier-label" style="-unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf?fileID=12800000&amp;guid=fcdbb1a85994047f9bec320e2362b1ed&amp;type=3#SpaceGrotesk-Bold&apos;); font-size: 20px;" />
<ui:VisualElement class="ltm-tier-border" />
<ui:Label tabindex="-1" text="Free" display-tooltip-when-elided="true" class="ltm-tier-label" style="flex-grow: 1; -unity-text-align: middle-left;" />
<ui:VisualElement class="ltm-tier-border" />
<ui:Label tabindex="-1" text="Indie Dev" display-tooltip-when-elided="true" class="ltm-tier-label" style="flex-grow: 1; -unity-text-align: middle-left; white-space: normal;" />
<ui:VisualElement class="ltm-tier-border" />
<ui:Label tabindex="-1" text="Professional" display-tooltip-when-elided="true" name="Label" class="ltm-tier-label" style="flex-grow: 1; -unity-text-align: middle-left;" />
<ui:VisualElement class="ltm-tier-border" />
<ui:Label tabindex="-1" text="Scale" display-tooltip-when-elided="true" class="ltm-tier-label" style="flex-grow: 1; -unity-text-align: middle-left;" />
</ui:VisualElement>
<ui:VisualElement class="ltm-tier-border" style="height: auto; width: 2px;" />
<ui:VisualElement style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); flex-direction: column; -unity-text-align: upper-right; flex-shrink: 0; width: 49%; display: flex;">
<ui:Label tabindex="-1" text="Limit" display-tooltip-when-elided="true" class="ltm-tier-label" style="font-size: 20px; -unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-Bold.ttf?fileID=12800000&amp;guid=fcdbb1a85994047f9bec320e2362b1ed&amp;type=3#SpaceGrotesk-Bold&apos;);" />
<ui:VisualElement class="ltm-tier-border" />
<ui:Label tabindex="-1" text="1" display-tooltip-when-elided="true" class="ltm-tier-label" style="flex-grow: 1; -unity-text-align: middle-right;" />
<ui:VisualElement class="ltm-tier-border" />
<ui:Label tabindex="-1" text="10" display-tooltip-when-elided="true" class="ltm-tier-label" style="flex-grow: 1; -unity-text-align: middle-right;" />
<ui:VisualElement class="ltm-tier-border" />
<ui:Label tabindex="-1" text="40" display-tooltip-when-elided="true" class="ltm-tier-label" style="flex-grow: 1; -unity-text-align: middle-right;" />
<ui:VisualElement class="ltm-tier-border" />
<ui:Label tabindex="-1" text="200" display-tooltip-when-elided="true" class="ltm-tier-label" style="flex-grow: 1; -unity-text-align: middle-right;" />
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
</ui:VisualElement>
<ui:Label tabindex="-1" text="No Speaker ID(s) Found" display-tooltip-when-elided="true" name="no-speaker-id-label" style="color: rgb(0, 0, 0); -unity-font: url(&apos;project://database/Assets/Convai/Art/UI/Custom%20Fonts/Space_Grotesk/static/SpaceGrotesk-Medium.ttf?fileID=12800000&amp;guid=92c9d87a9b5f34c7bb62edfcf91b0a09&amp;type=3#SpaceGrotesk-Medium&apos;); font-size: 24px; -unity-text-align: middle-left; display: flex; padding-left: 0; padding-right: 0; padding-top: 0; padding-bottom: 0; margin-top: 12px; margin-bottom: 12px;" />
<ui:VisualElement name="container" style="flex-grow: 1; background-color: rgba(0, 0, 0, 0); margin-top: 12px; margin-bottom: 12px;" />
</ui:VisualElement>
</ui:ScrollView>
</ui:VisualElement>
</ui:VisualElement>
</ui:UXML>