Skip to content

Commit ed38935

Browse files
committed
[Bugfix] Corrected base path from Assets folder to Packages folder
1 parent dd29307 commit ed38935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Editor/AssetCreationMenu.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
public class AssetCreationMenu : Editor
1010
{
11-
private const string packageRelativePath= "Assets/EspidiGames/ScriptableObjectEventSystem/";
12-
//private static string iconRelativePath = "Assets/EspidiGames/ScriptableObjectEventSystem";
11+
//private const string packageRelativePath= "Assets/EspidiGames/ScriptableObjectEventSystem/";
12+
private const string packageRelativePath= "Packages/com.espidigames.scriptable-object-event-system/";
1313

1414
private const string eventIconRelativepath = "/Icons/event.png";
1515
private const string eventListenerIconRelativePath = "/Icons/listener.png";

0 commit comments

Comments
 (0)