Fixed Unity 6000.5 serialization warnings
Removed obsolete entities window from toolbar sample
This commit is contained in:
parent
127702c4f7
commit
7a675c6c85
12 changed files with 65 additions and 10 deletions
|
|
@ -13,6 +13,9 @@ namespace Module.NavigationTool.Editor.Favorite
|
|||
{
|
||||
public static readonly string PREF_ID = "PREF_FAVORITE_LIST";
|
||||
|
||||
#if UNITY_6000_5_OR_NEWER
|
||||
[SerializeReference]
|
||||
#endif
|
||||
public List<Entry> entries;
|
||||
|
||||
public Favorites()
|
||||
|
|
@ -236,6 +239,9 @@ namespace Module.NavigationTool.Editor.Favorite
|
|||
public bool isAsset;
|
||||
public bool expanded;
|
||||
public int indentLevel;
|
||||
#if UNITY_6000_5_OR_NEWER
|
||||
[SerializeReference]
|
||||
#endif
|
||||
public List<Child> children;
|
||||
|
||||
[NonSerialized]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue