We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd29307 commit ed38935Copy full SHA for ed38935
1 file changed
Editor/AssetCreationMenu.cs
@@ -8,8 +8,8 @@
8
9
public class AssetCreationMenu : Editor
10
{
11
- private const string packageRelativePath= "Assets/EspidiGames/ScriptableObjectEventSystem/";
12
- //private static string iconRelativePath = "Assets/EspidiGames/ScriptableObjectEventSystem";
+ //private const string packageRelativePath= "Assets/EspidiGames/ScriptableObjectEventSystem/";
+ private const string packageRelativePath= "Packages/com.espidigames.scriptable-object-event-system/";
13
14
private const string eventIconRelativepath = "/Icons/event.png";
15
private const string eventListenerIconRelativePath = "/Icons/listener.png";
0 commit comments