Skip to content

Commit

Permalink
Initial release with sample.
Browse files Browse the repository at this point in the history
  • Loading branch information
rorygames committed Nov 21, 2024
1 parent 88ed9b9 commit d1c8f28
Show file tree
Hide file tree
Showing 62 changed files with 8,751 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# io.beamxr.unity.twitch
The BeamXR Twitch Integration for handling chat and other features.

Samples can be found via the package manager.

## Join our discord

For the most up to date tutorials and information: [Join the discord](https://discord.com/invite/THkkkGdZ2b).
8 changes: 8 additions & 0 deletions Runtime.meta

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

8 changes: 8 additions & 0 deletions Runtime/Audio.meta

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

Binary file added Runtime/Audio/blip_high.wav
Binary file not shown.
23 changes: 23 additions & 0 deletions Runtime/Audio/blip_high.wav.meta

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

Binary file added Runtime/Audio/blip_low.wav
Binary file not shown.
23 changes: 23 additions & 0 deletions Runtime/Audio/blip_low.wav.meta

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

Binary file added Runtime/Audio/blip_medium.wav
Binary file not shown.
23 changes: 23 additions & 0 deletions Runtime/Audio/blip_medium.wav.meta

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

25 changes: 25 additions & 0 deletions Runtime/BeamXR.Twitch.Chat.asmdef
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"name": "BeamXR.Twitch.Chat",
"rootNamespace": "",
"references": [
"GUID:343deaaf83e0cee4ca978e7df0b80d21",
"GUID:1fa272d591462e6458d1bfcc17595ab8",
"GUID:6055be8ebefd69e48b49212b09b47b2f"
],
"includePlatforms": [
"Android",
"Editor",
"iOS",
"LinuxStandalone64",
"macOSStandalone",
"WindowsStandalone64"
],
"excludePlatforms": [],
"allowUnsafeCode": true,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}
7 changes: 7 additions & 0 deletions Runtime/BeamXR.Twitch.Chat.asmdef.meta

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

8 changes: 8 additions & 0 deletions Runtime/Prefabs.meta

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

Loading

0 comments on commit d1c8f28

Please sign in to comment.