Muxy GameLink Unity FPS Demo

This demo is an example of Muxy GameLink integrated with the built in Unity FPS Microgame, it includes the game code and extension code.

You can also refer to our Unity FPS Demo Code Walkthrough of this demo. The walkthrough explains as much of the code interaction as possible.

Requirements

Please view our Quickstart Guide on how to make a Twitch Extension (or take an existing one) and register it with Muxy.

Unity Setup

  1. Start a new FPS Microgame template project in the Unity Hub.
  2. Install the GameLink Library into the packages folder.
  3. Drag and drop GameLink.prefab into Assets\FPS\Prefabs.
  4. Drag and drop GameLinkFPSBehaviour.cs into Assets\FPS\Scripts.
  5. Open Assets\FPS\Scenes\IntroMenu.unity and drag GameLink.prefab into the hierarchy scene root.
  6. Enter your extension id into the component field GAMELINK_EXTENSION_ID on the GameLink prefab.

Extension Setup

Please view the README inside the Extension folder on how to run it.