Skip to content

Commit

Permalink
Bump version in AudioLink.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
pema99 committed Aug 13, 2023
1 parent 42fc1b4 commit 61f5a10
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 61f5a10

Please sign in to comment.