Getting Started
Requirements
- Unity: 2022.3.34f1
- A Fusion 2 AppId created in the Photon Engine Dashboard.
Download
Version | Release Date | Download | |
---|---|---|---|
2.0.5 | Mar 04, 2025 | Fusion Animal Coop 2.0.5 Build 826 |
Running in Editor
- Set your AppID to the
Photon App Settings
asset found atAssets/Photon/Fusion/Resources/
.- By default, the
Fixed Region
is set toeu
. To use the best region, clear this value, or refer to the Regions documentation to pick a different one.
- By default, the
- Open the 'Preloader' scene found at
Assets/Scenes/Preloader.unity
. - Click
PLAY
on the initial splash screen.

- Define a Session Name and click
CONFIRM
. If left blank, a session name containing the wordMeadow
will be generated.

- You'll begin with a screen where you can assign a nickname and customize your avatar.

- Once confirmed, your avatar will be spawned and you can begin interacting with the game world.

Gameplay Controls
- Keyboard
- Use
WASD
for movement - Open your inventory by pressing
Q
- Open your equipment by pressing and holding
Tab
and then left-click the equipment to switch - Press
E
to interact with characters or use your currently equipped item.
- Use
- Controller
- Use the Left Stick (
L Stick
) for movement - Use the
North
button for Inventory - Open your equipment by pressing and holding the
L1
', the left bumper - Press the
West
button to interact with characters or use your currently equipped item.
- Use the Left Stick (

Making Online With Multiple Clients
To play with multiple clients, you can create a build for PC and run multiple instances on the same machine. Make sure the same Session Name
and Region
are used to connect to other clients.