From 920f8e4160276fe524b89be0766f429320bcfdcb Mon Sep 17 00:00:00 2001 From: MarkusA Date: Sat, 26 Apr 2025 14:43:52 +0200 Subject: [PATCH] Update link to blog article in StyleExample.cs link to blog article about custom operator was outdated --- Assets/_StyleSheet/StyleExample.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/_StyleSheet/StyleExample.cs b/Assets/_StyleSheet/StyleExample.cs index 6c4e147..0588ddf 100644 --- a/Assets/_StyleSheet/StyleExample.cs +++ b/Assets/_StyleSheet/StyleExample.cs @@ -303,7 +303,7 @@ public Sprite GetRarityIcon(Rarity rarity) // e.g. DoorOpened?.Invoke(); // - UnityEngine.Objects need the explicit null comparison with the custom == operator // e.g. if (MyDoor != null) - // - See https://blog.unity.com/technology/custom-operator-should-we-keep-it for more info + // - See https://unity.com/blog/engine-platform/custom-operator-should-we-keep-it for more info }