{"id":20924420,"url":"https://github.com/insthync/litenetlibmanager-dissonance-integration","last_synced_at":"2025-09-07T03:33:00.614Z","repository":{"id":57981932,"uuid":"287713717","full_name":"insthync/LiteNetLibManager-Dissonance-Integration","owner":"insthync","description":"The LiteNetLibManager integration for Dissonance Voice Chat","archived":false,"fork":false,"pushed_at":"2024-12-08T14:10:12.000Z","size":76,"stargazers_count":11,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T04:54:05.523Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insthync.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-08-15T09:08:50.000Z","updated_at":"2025-03-28T22:20:40.000Z","dependencies_parsed_at":"2024-12-08T15:18:46.988Z","dependency_job_id":"71cf7039-f7ef-4edd-96f7-dc356ca555a6","html_url":"https://github.com/insthync/LiteNetLibManager-Dissonance-Integration","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insthync%2FLiteNetLibManager-Dissonance-Integration","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insthync%2FLiteNetLibManager-Dissonance-Integration/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insthync%2FLiteNetLibManager-Dissonance-Integration/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insthync%2FLiteNetLibManager-Dissonance-Integration/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insthync","download_url":"https://codeload.github.com/insthync/LiteNetLibManager-Dissonance-Integration/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253981749,"owners_count":21994327,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-18T20:22:04.387Z","updated_at":"2025-05-13T16:31:10.404Z","avatar_url":"https://github.com/insthync.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LiteNetLibManager Dissonance Integration\n\nThe LiteNetLibManager integration for [Dissonance Voice Chat](https://assetstore.unity.com/packages/tools/audio/dissonance-voice-chat-70078)\n\n* * *\n\n## The Demo\n\nThis demo demonstrates the core features of Dissonance voice comms with LiteNetLibManager networking:\n\n* The Dissonance LiteNetLibManager \"DissonanceSetup\" prefab.\n* Global voice channel with push-to-talk.\n* Volume-triggered chat rooms, \"Room A\" and \"Room B\", with automatic voice activation.\n* Proximity chat with other nearby players.\n* 3D positional audio.\n* Text chat channels.\n\nSee the Dissonance documentation (https://placeholder-software.co.uk/Dissonance/docs) for more details.\n\n### Running the demo\n\nAs this is a multiplayer voice comms demo, we will want to run multiple clients and connect them all into one session.\n\n1. Add both \"LnlM Demo\" and \"LnlM Game World\" scenes to your project's build settings, and drag \"LnlM Demo\" to the top of the list.\n2. Open \"LnlM Demo\" scene and open the `NetworkManager`. Ensure that `Offline Scene` is set up `LnlM Demo` and `Online Scene` is set to `LnlM Game World`\n3. Click File -\u003e Build and Run.\n4. Once the client is running, run the Demo scene in the editor.\n5. In editor, click \"Start Host\".\n6. On the client, click \"Start Client\".\n\nThe demo scene should load on both instances with both players connected.\n\n### Global Chat\n\nGlobal chat is configured via the \"Voice Broadcast Trigger\" and \"Voice Receipt Trigger\" behaviours on the DemoWorld entity.\n\nBy default, the broadcast trigger is configured to open a channel to the \"Global\" room via push to talk, on the \"GlobalChat\" input axis (you may need to define this axis in Edit -\u003e Project Settings -\u003e Input). While holding down this button, all players in the session will hear you speak.\n\nGlobal chat does not use 3D positional audio.\n\n### Collider Triggered Rooms\n\nRooms A and B contain broadcast and receipt triggers which are configured to activate when a player is stood within their box colliders. Once the receipt trigger is activated you will hear all voice and text messages sent to the room. Once the broadcast trigger is activated it will transmit voice to that room.\n\nThese rooms each use 3D positional audio.\n\n### Player Tracking\n\nEach player prefab contains a \"LnlM Player\" script. This script tracks the position of the player and enables positional audio playback for Dissonance voices as well as collider triggering for \"Voice Broadcast Trigger\" and \"Voice Receipt Trigger\".\n\n### Player Proximity\n\nEach player prefab contains a \"Voice Broadcast Trigger\" which transmits directly to that player. This trigger is configured to activate when the local player is stood within a sphere collider attached to the remote player and will automatically transmit when it detects voice.\n\nProximity chat uses 3D positional audio.\n\n### Text Chat\n\nPress \"y\" to send text messages to all players in the \"Global\" room.\nPress \"u\" to send text messages to all players stood inside \"Room A\".\nPress \"i\" to send text messages to all players stood inside \"Room B\".\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsthync%2Flitenetlibmanager-dissonance-integration","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsthync%2Flitenetlibmanager-dissonance-integration","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsthync%2Flitenetlibmanager-dissonance-integration/lists"}