Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit c369ce1

Browse files
author
serg.morozov
committed
fix: TempName and TempPath visualization
1 parent 69a2fe6 commit c369ce1

File tree

1 file changed

+5
-0
lines changed
  • Assets/com.nuclearband.sodatabase/Runtime/Holders

1 file changed

+5
-0
lines changed

Assets/com.nuclearband.sodatabase/Runtime/Holders/Holder.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#nullable enable
22
using Newtonsoft.Json;
33
using Sirenix.OdinInspector;
4+
#if UNITY_EDITOR
5+
using UnityEngine;
6+
#endif
47

58
namespace NuclearBand
69
{
@@ -12,7 +15,9 @@ protected Holder()
1215
}
1316

1417
#if UNITY_EDITOR
18+
[HideInInspector]
1519
public string Path = string.Empty;
20+
[HideInInspector]
1621
public string Name = string.Empty;
1722

1823
[ShowInInspector]

0 commit comments

Comments
 (0)