Skip to content

Commit

Permalink
Merge pull request #38 from Feddas/master
Browse files Browse the repository at this point in the history
No more "Risk of unwanted modifications" popup while using inside a prefab
  • Loading branch information
kirevdokimov authored Feb 1, 2023
2 parents 33acbfe + 4c2f6f8 commit 10116ba
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion UiRoundedCorners/ImageWithIndependentRoundedCorners.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using UnityEngine.UI;

namespace Nobi.UiRoundedCorners {
[ExecuteInEditMode]
[RequireComponent(typeof(RectTransform))]
public class ImageWithIndependentRoundedCorners : MonoBehaviour {
private static readonly int prop_halfSize = Shader.PropertyToID("_halfSize");
Expand Down
1 change: 0 additions & 1 deletion UiRoundedCorners/ImageWithRoundedCorners.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
using UnityEngine.UI;

namespace Nobi.UiRoundedCorners {
[ExecuteInEditMode]
[RequireComponent(typeof(RectTransform))]
public class ImageWithRoundedCorners : MonoBehaviour {
private static readonly int Props = Shader.PropertyToID("_WidthHeightRadius");
Expand Down

0 comments on commit 10116ba

Please sign in to comment.