I found that iconUri is constructed with new Uri(iconUri, UriKind.Relative), which rejects absolute URLs. Since the Unity Inspector doesn't mention this requirement, it's easy to configure an absolute URL and spend hours debugging why Phantom continues to show the default SDK branding (solana.unity-sdk.gg / Solana.Unity-SDK). Could the SDK either support absolute URLs or validate and log a clear error when an invalid iconUri is supplied?
I found that iconUri is constructed with new Uri(iconUri, UriKind.Relative), which rejects absolute URLs. Since the Unity Inspector doesn't mention this requirement, it's easy to configure an absolute URL and spend hours debugging why Phantom continues to show the default SDK branding (solana.unity-sdk.gg / Solana.Unity-SDK). Could the SDK either support absolute URLs or validate and log a clear error when an invalid iconUri is supplied?