Skip to content

Commit

Permalink
1.0.0-rc.2
Browse files Browse the repository at this point in the history
Co-authored-by: Release Automat <>
  • Loading branch information
Guribo authored Apr 25, 2024
1 parent a2ef0aa commit 59ff136
Show file tree
Hide file tree
Showing 52 changed files with 8,163 additions and 191 deletions.
21 changes: 21 additions & 0 deletions Packages/tlp.udonvoiceutils/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2023 Guribo

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions Packages/tlp.udonvoiceutils/LICENSE.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

509 changes: 509 additions & 0 deletions Packages/tlp.udonvoiceutils/README.md

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions Packages/tlp.udonvoiceutils/README.md.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Packages/tlp.udonvoiceutils/Runtime.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions Packages/tlp.udonvoiceutils/Runtime/AssemblyInfo.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("TLP.UdonVoiceUtils.Tests.Editor")]
[assembly: InternalsVisibleTo("TLP.UdonVoiceUtils.Tests.Runtime")]
11 changes: 11 additions & 0 deletions Packages/tlp.udonvoiceutils/Runtime/AssemblyInfo.cs.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -630,8 +630,8 @@ MonoBehaviour:
Data: 44|UnityEngine.TooltipAttribute, UnityEngine.CoreModule
- Name: tooltip
Entry: 1
Data: A value of 1.0 means occlusion is off. A value of 0 will reduce the max.
audible range of the voice/player to the current distance and make him/her/them
Data: A value of 0.0 means occlusion is off. A value of 1.0 will reduce the
max. audible range of the voice/player to the current distance and make him/her/them
in-audible
- Name:
Entry: 8
Expand Down Expand Up @@ -707,9 +707,9 @@ MonoBehaviour:
Data: 49|UnityEngine.TooltipAttribute, UnityEngine.CoreModule
- Name: tooltip
Entry: 1
Data: Occlusion when a player is occluded by another player. A value of 1.0
means occlusion is off. A value of 0 will reduce the max. audible range of
the voice/player to the current distance and make him/her/them in-audible
Data: Occlusion when a player is occluded by another player. A value of 0.0
means occlusion is off. A value of 1.0 will reduce the max. audible range
of the voice/player to the current distance and make him/her/them in-audible
- Name:
Entry: 8
Data:
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 59ff136

Please sign in to comment.