From ce239345949a2911a33f45de51c35923d62b86ff Mon Sep 17 00:00:00 2001 From: Harrison Hough Date: Wed, 10 Jan 2024 15:41:02 +0200 Subject: [PATCH] chore: update version and fix paths --- .../IntegrationGuide/IntegrationGuide.cs | 15 ++++++++++----- Runtime/Core/Scripts/Data/ApplicationData.cs | 2 +- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Editor/Core/Scripts/UI/EditorWindows/IntegrationGuide/IntegrationGuide.cs b/Editor/Core/Scripts/UI/EditorWindows/IntegrationGuide/IntegrationGuide.cs index a6191d93..2107df32 100644 --- a/Editor/Core/Scripts/UI/EditorWindows/IntegrationGuide/IntegrationGuide.cs +++ b/Editor/Core/Scripts/UI/EditorWindows/IntegrationGuide/IntegrationGuide.cs @@ -22,9 +22,9 @@ public class IntegrationGuide : EditorWindow private const string OPTIMIZE_THE_PERFORMANCE = "OptimizeThePerformance"; private const string CORE_PACKAGE = "com.readyplayerme.core"; private const string QUICKSTART_SAMPLE_NAME = "QuickStart"; - private const string AVATAR_CREATOR_SAMPLE_NAME = "LegacyAvatarCreator"; - private const string AVATAR_CREATOR_SAMPLE_SCENE_NAME = "Scenes/LegacyAvatarCreator"; - + private const string AVATAR_CREATOR_SAMPLE_NAME = "AvatarCreatorSamples"; + private const string AVATAR_CREATOR_SAMPLE_SCENE_PATH = "LegacyAvatarCreator/Scenes/LegacyAvatarCreator"; + private const string SAMPLES_FOLDER_PATH = "Assets/Ready Player Me/Core/Samples"; [SerializeField] private VisualTreeAsset visualTreeAsset; [MenuItem("Tools/Ready Player Me/Integration Guide", priority = 12)] @@ -75,7 +75,7 @@ private void RegisterButtons() rootVisualElement.Q(INTEGRATE_AVATAR_CREATOR).Q