Skip to content

Commit

Permalink
This is 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pema99 committed Sep 8, 2024
1 parent c93fc4b commit 8d470fd
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/StandaloneMetadata/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "com.llealloo.audiolink",
"displayName" : "AudioLink",
"version" : "1.4.0",
"version" : "2.0.0",
"unity" : "2022.3",
"description" : "Audio reactive prefabs for VRChat",
"gitDependencies" : {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public static void OpenExampleScene()
{
if (EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo())
{
string baseAssetsPath = "Samples/AudioLink/1.4.0";
string baseAssetsPath = "Samples/AudioLink/2.0.0";
string packagePath = "Packages/com.llealloo.audiolink/Samples~/AudioLinkExampleScene";
string assetsPath = Path.Combine("Assets", baseAssetsPath, "AudioLinkExampleScene");
if (!Directory.Exists(Path.Combine(Application.dataPath, baseAssetsPath, "AudioLinkExampleScene")))
Expand Down
4 changes: 2 additions & 2 deletions Packages/com.llealloo.audiolink/Runtime/Scripts/AudioLink.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public partial class AudioLink : UdonSharpBehaviour
public partial class AudioLink : MonoBehaviour
#endif
{
const float AudioLinkVersionNumberMajor = 1.00f;
const float AudioLinkVersionNumberMinor = 4.00f;
const float AudioLinkVersionNumberMajor = 2.00f;
const float AudioLinkVersionNumberMinor = 0.00f;

[Header("Main Settings")]
[Tooltip("Should be used with AudioLinkInput unless source is 2D. WARNING: if used with a custom 3D audio source (not through AudioLinkInput), audio reactivity will be attenuated by player position away from the Audio Source")]
Expand Down
2 changes: 1 addition & 1 deletion Packages/com.llealloo.audiolink/Runtime/VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.0
2.0.0
2 changes: 1 addition & 1 deletion Packages/com.llealloo.audiolink/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "com.llealloo.audiolink",
"displayName" : "AudioLink",
"version" : "1.4.0",
"version" : "2.0.0",
"author": {
"name" : "Leah Elizabeth",
"email" : "hello@audiolink.dev",
Expand Down

0 comments on commit 8d470fd

Please sign in to comment.