Skip to content

Commit

Permalink
Added Samples~.meta to gitignore, fixed startup window not fixing and…
Browse files Browse the repository at this point in the history
… saving project path
  • Loading branch information
jackyyang09 committed Jul 27, 2023
1 parent 8c7b38b commit e6d08fd
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 10 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Expand Up @@ -6,6 +6,9 @@
[Bb]uilds/
[Ss]ettings/
[Ss]amples/

Samples~.meta

Assets/AssetStoreTools*

# Visual Studio cache directory
Expand Down
2 changes: 1 addition & 1 deletion Editor/JSAMStartupWindow.cs
Expand Up @@ -71,7 +71,7 @@ private void OnEnable()
if (!startupGraphic)
{
AudioManager.DebugWarning("Failed to find Startup Graphic! Resetting package path...");
JSAMPaths.Instance.ResetPackagePath();
JSAMPaths.Instance.ResetPackagePath(true);
startupGraphic = AssetDatabase.LoadAssetAtPath<Texture2D>(startupGraphicPath);
}
}
Expand Down
8 changes: 0 additions & 8 deletions Samples~.meta

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "com.brogrammist.jsam",
"displayName": "Jacky's Simple Audio Manager",
"version": "3.0.0-preview.4",
"version": "3.0.0-preview.5",
"unity": "2022.2",
"description": "A decentralized audio playing system for Unity, designed for simplicity and built to scale!",
"category": "",
Expand Down

0 comments on commit e6d08fd

Please sign in to comment.