Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
float3 committed Aug 15, 2023
2 parents 088b853 + 799c349 commit f23ca0d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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" : "0.3.2",
"version" : "1.0.0",
"description" : "Audio reactive prefabs for VRChat",
"gitDependencies" : {},
"vpmDependencies" : {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ public static void OpenExampleScene()
{
if (EditorSceneManager.SaveCurrentModifiedScenesIfUserWantsTo())
{
string baseAssetsPath = "Samples/AudioLink/0.3.2";
string baseAssetsPath = "Samples/AudioLink/1.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
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public class AudioLink : UdonSharpBehaviour
public class AudioLink : MonoBehaviour
#endif
{
const float AudioLinkVersionNumber = 3.02f;
const float AudioLinkVersionNumber = 1.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 @@
0.3.2
1.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" : "0.3.2",
"version" : "1.0.0",
"description" : "Audio reactive prefabs for VRChat",
"gitDependencies" : {},
"vpmDependencies" : {
Expand Down

0 comments on commit f23ca0d

Please sign in to comment.