Skip to content

Commit

Permalink
fix: export of example scene
Browse files Browse the repository at this point in the history
  • Loading branch information
Guribo committed Sep 26, 2021
1 parent 917e340 commit a91b404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Editor/BetterAudioPackageExporter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ protected override string[] GetExportAssets()

var examples = new List<string>()
{
"Assets/Guribo/UdonBetterAudio/Examples"
"Assets/Guribo/UdonBetterAudio/Examples/PrivateZones/PrivateZones",
"Assets/Guribo/UdonBetterAudio/Examples/PrivateZones/PrivateZones.unity"
};

var materials = new List<string>()
Expand Down

0 comments on commit a91b404

Please sign in to comment.