Skip to content

Commit

Permalink
chore: more cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisonHough committed Jan 11, 2024
1 parent dd75bcb commit 65ea8bf
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Samples~/WebGLSample/Editor/EditorWindows/SampleSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,6 @@ private static void OnConfirm()
SetWebGLTemplate();
}

[MenuItem("RPM Tools/Setup WebGL Sample", priority = 13)]
public static void ImportAndSetup()
{
AssetDatabase.ImportPackage(GetRelativeAssetPath(), true);
SetWebGLTemplate();
}

private static string GetRelativeAssetPath()
{
return !Directory.Exists(TEMPLATE_PACKAGE_PACKAGES_FOLDER) ? TEMPLATE_PACKAGE_PACKAGES_FOLDER : TEMPLATE_PACKAGE_ASSETS_FOLDER;
Expand Down

0 comments on commit 65ea8bf

Please sign in to comment.