We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 608caba commit 52aeb53Copy full SHA for 52aeb53
Plugins/DynamicPanels/Scripts/Helpers/NonDrawingGraphic.cs
@@ -1,8 +1,10 @@
1
-using UnityEngine.UI;
+using UnityEngine;
2
+using UnityEngine.UI;
3
4
namespace DynamicPanels
5
{
6
// Credit: http://answers.unity.com/answers/1157876/view.html
7
+ [RequireComponent( typeof( CanvasRenderer ) )]
8
public class NonDrawingGraphic : Graphic
9
10
public override void SetMaterialDirty() { return; }
0 commit comments