From 42d4ea6a1590e8c9f999f3b47aff245e6ea480e6 Mon Sep 17 00:00:00 2001 From: Ivan Murzak Date: Thu, 25 Jul 2024 21:14:06 -0700 Subject: [PATCH] Added more logs --- Assets/_PackageRoot/Scripts/Binders/BaseColorBinder.cs | 10 ++++++++-- Assets/_PackageRoot/Scripts/Config/Theme.Singleton.cs | 4 +++- UserSettings/EditorUserSettings.asset | 3 +++ 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/Assets/_PackageRoot/Scripts/Binders/BaseColorBinder.cs b/Assets/_PackageRoot/Scripts/Binders/BaseColorBinder.cs index 351168d..a26acaf 100644 --- a/Assets/_PackageRoot/Scripts/Binders/BaseColorBinder.cs +++ b/Assets/_PackageRoot/Scripts/Binders/BaseColorBinder.cs @@ -75,11 +75,17 @@ protected virtual void TrySetColor(ThemeData theme) private void OnValidate() { // Attaching to first color - if (string.IsNullOrEmpty(data.colorGuid) || Theme.Instance?.ColorGuids.Contains(data.colorGuid) == false) + if (string.IsNullOrEmpty(data.colorGuid)) { + if (Theme.Instance?.debugLevel <= DebugLevel.Error) + Debug.LogError($"colorGuid is null at: {GameObjectPath()}. Taking the first one available.", gameObject); data.colorGuid = Theme.Instance?.GetColorFirst().Guid; + } + if (!data.IsConnected) + { if (Theme.Instance?.debugLevel <= DebugLevel.Error) - Debug.LogError($"colorGuid is null or doesn't match to any existed colors at: {GameObjectPath()}", gameObject); + Debug.LogError($"colorGuid='{data.colorGuid}' doesn't match to any existed colors at: {GameObjectPath()}. Taking the first one available.", gameObject); + data.colorGuid = Theme.Instance?.GetColorFirst().Guid; } TrySetColor(Theme.Instance.CurrentTheme); diff --git a/Assets/_PackageRoot/Scripts/Config/Theme.Singleton.cs b/Assets/_PackageRoot/Scripts/Config/Theme.Singleton.cs index 9a6be4d..c7b3ae8 100644 --- a/Assets/_PackageRoot/Scripts/Config/Theme.Singleton.cs +++ b/Assets/_PackageRoot/Scripts/Config/Theme.Singleton.cs @@ -1,4 +1,3 @@ -using System; using UnityEngine; namespace Unity.Theme @@ -14,6 +13,9 @@ public static Theme Instance if (instance == null) instance = GetOrCreateInstance(); + if (instance == null) + Debug.LogError("Theme instance is null"); + return instance; } } diff --git a/UserSettings/EditorUserSettings.asset b/UserSettings/EditorUserSettings.asset index d14bb63..7767823 100644 --- a/UserSettings/EditorUserSettings.asset +++ b/UserSettings/EditorUserSettings.asset @@ -6,6 +6,9 @@ EditorUserSettings: serializedVersion: 4 m_ConfigSettings: RecentlyUsedSceneGuid-0: + value: 02550c0754015e035c5c582448750b444116487b2f7173672e2a1b37b3e6663d + flags: 0 + RecentlyUsedSceneGuid-1: value: 0000555401055f080856587613250e444e164d7d2d79773478284e30e3b8646d flags: 0 RecentlyUsedScenePath-0: