This document is about: FUSION 2
SWITCH TO

此頁面正在修正中,可能有待更新。

Getting Started

Requirements

Download

Running in Editor

  1. Unzip the downloaded package and open it in Unity 6000.0.
  2. Fill in the Fusion 2 AppId in the Fusion Hub window (menu Tools/Fusion/Fusion Hub).
  3. Open and play the Game scene (Assets/Scenes/Game.unity).
  4. Click on the Start Game button to join a random session or create a new one.

Start Game

Gameplay Controls

  • Player Movement: WSAD / Arrow Keys
  • Attack: Left Mouse Button
  • Dash: Right Mouse Button
  • Jump: Space Key
  • Ultimate Ability: Q Key
  • Use Item: E Key

The ultimate ability can be confirmed with the Left Mouse Button and canceled with the Right Mouse Button.
The sample also includes basic support for gamepad and touch controls on mobile devices.

Game Objectives

To keep the sample scope simple, there are no quests or quest system. However, players can try to find three hidden Golden Chests as an optional objective.

Golden Chest

Making a Build

The game can be built for all desktop platforms, mobile platforms (Android, iOS), and WebGL. No special build steps are required.

Back to top