Skip to content

Commit

Permalink
Merge pull request #273 from llealloo/bump-version
Browse files Browse the repository at this point in the history
Bump version in AudioLink.cs
  • Loading branch information
pema99 authored Aug 13, 2023
2 parents 9af71e2 + 61f5a10 commit 799c349
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 799c349

Please sign in to comment.