Skip to content

Commit

Permalink
fix: ビルド後にシリアライズフィールドが破損する問題を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
pspkurara committed Sep 27, 2020
1 parent f98ecd3 commit 7ce7f44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Packages/uGUI-Skinner/Runtime/UISkinner.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.EventSystems;
using Pspkurara.UI.Skinner;

namespace Pspkurara.UI
{

[DisallowMultipleComponent]
[AddComponentMenu("UI/Skinner")]
public partial class UISkinner
public partial class UISkinner : UIBehaviour
{

[SerializeField] private int m_StyleIndex = 0;
Expand Down

0 comments on commit 7ce7f44

Please sign in to comment.