Releases: Huddle01/Huddle01UnitySdk
Releases · Huddle01/Huddle01UnitySdk
Huddle01 Unity Plugin v1.0.0
We are excited to announce the first release of the Huddle01 Unity Native Plugin. This plugin enables Unity developers to integrate real-time communication features, including audio and video chat, messaging, and room creation, directly into their Unity projects.
Features
- Audio Chat: High-quality audio communication for games and applications.
- Video Chat: Seamless video streaming with low latency.
- Message Chat: In-game or in-app text messaging support.
- Room Creation: Simple API to create and manage rooms for real-time interactions.
Dependencies
To ensure proper functionality of the plugin, you need to manually add the following dependencies to your Packages/manifest.json file:
"com.unity.nuget.newtonsoft-json": "3.2.1", "com.endel.nativewebsocket": "https://github.com/endel/NativeWebSocket.git#upm", "com.unity.webrtc": "3.0.0-pre.7"
These dependencies are required for handling WebSocket connections, WebRTC integration, and JSON parsing.
Notes
- Supported Platforms: WebGL, Android, iOS, and Desktop (Windows, macOS).
- Compatible with Unity 2022.3 LTS or newer.