fix: component icons will no longer be displayed in the scene view

This commit is contained in:
mob-sakai
2025-02-21 18:00:29 +09:00
parent 8b5f7ff57e
commit 803af8113d
8 changed files with 65 additions and 6 deletions

View File

@@ -15,6 +15,7 @@ using UnityEngine.UI;
namespace Coffee.UIExtensions
{
[Icon("Packages/com.coffee.ui-particle/Icons/UIParticleIcon.png")]
[ExecuteAlways]
[RequireComponent(typeof(RectTransform))]
[RequireComponent(typeof(CanvasRenderer))]