Community Resources
Integrations
Character Controllers
Kinematic Character Controller (KCC)
- Asset: link
- Description: Kinematic Character Controller a relatively low-level character controller solution that is not tied to any specific game genre and is made to be cleanly integrated into any project/architecture with as little friction or bloat as possible. Instead of using rigidbody physics, it uses a "collide and slide" algorithm that makes its movements perfectly fluid, precise and responsive. Note that its "kinematic" nature means that it will not get pushed by forces or rigidbodies automatically. These sorts of interactions have to be explicitly scripted.
- Download: https://github.com/Milk-Drinker01/Netick2-KCC
Easy Character Movement 2 (ECM2)
- Asset: link
- Description: a feature-rich, highly customizable, general purpose (not game-genre tied) kinematic character controller.
- Download: https://github.com/Milk-Drinker01/ECM2-Netick
Unity Character Controller Example
- Description: this is a simple example project of how to get the default CC to work with Netick CSP without issues.
- Download: https://github.com/Milk-Drinker01/Netick-Character-Controller
Voice Chat Solutions
MetaVoiceChat
- Asset: link
- Description: Self-contained proximity voice chat solution for Unity.
- Download: https://github.com/Milk-Drinker01/MetaVoiceChat-Netick/tree/main
Dissonance
- Asset: link
- Description: Dissonance is a realtime Voice over IP (VoIP) system designed to be built directly into Unity games.
- Download: https://github.com/Milk-Drinker01/Dissonance-Netick
Utilizes
Ticktimer
- Description: a helper type for timing.
- Download: https://github.com/StinkySteak/netick-ticktimer/tree/master
UserConfigLoader
- Description: plugin for Netick to change the Netick config before launching Netick, similarly how minecraft
server.propertiesworks. This plugin is for you if you want to test and change your server config without rebuilding. - Download: https://github.com/StinkySteak/NetickUserConfigLoader
DebugViewForNetick
- Description: allows you to draw network collections in the inspector.
- Download: https://github.com/Zzz-x1/DebugViewForNetick