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 e702c68 commit 4857772Copy full SHA for 4857772
Taggable.cs
@@ -1,4 +1,3 @@
1
-using Sirenix.OdinInspector;
2
#if UNITY_EDITOR
3
using UnityEditor;
4
#endif
@@ -9,7 +8,7 @@ namespace ToolBox.Tags
9
8
[DisallowMultipleComponent, DefaultExecutionOrder(-150)]
10
public sealed class Taggable : MonoBehaviour
11
{
12
- [SerializeField, Required, AssetList] private Tag[] _tags = default;
+ [SerializeField] private Tag[] _tags = default;
13
14
private Tag[] _all = null;
15
private int _hash = 0;
0 commit comments