此頁面正在修正中,可能有待更新。
Getting Started
Requirements
- Unity 6000.0
- Fusion 2 AppId created in the Photon Engine Dashboard
Download
Running in Editor
- Unzip the downloaded package and open it in Unity 6000.0.
- Fill in the Fusion 2 AppId in the Fusion Hub window (menu Tools/Fusion/Fusion Hub).
- Open and play the
Game
scene (Assets/Scenes/Game.unity). - Click on the
Start Game
button to join a random session or create a new one.
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.
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