Advanced Search
Search Results
26 total results found
Error: InvalidOperationException: Type ControllerPrototype has not been weaved.
Cause NetworkProjectConfig.Fusion is not in its default location. Primarily because the Photon folder has been moved. Solutions move the file to its original location, which is in : [ProjectRoot]\Assets\Photon\Fusion\Resources\NetworkProjectConfig.fusion O...
Custom Timeout Length
Key Problem How to set maximal timeout Expected Output/Definition of Done Able to modify timeout length. Key Solution Timeout can be edited in Fusion Project Config, it can also simulate timeout in gameplay by using right number on Network Simulation Timeout ...
Culled Player Object isn’t synced with Host State
Key Problem Currently only able to get position/value based on client side, not synced with actual host data, and visual representation also not synced. Expected Output/Definition of Done Sync culled local object with actual host state. Key Solution Credits to...
Benchmarking Multiplayer Performance
Key Problem Should understand what are the key factor to be benchmarked for multiplayer Network tick rate (# per second) Incoming/outgoing data size per session (# Mb per 1 session) Should understand how to profile the key factor Expected Output/Definitio...
Auto Host Migration
Key Problem how to handle host disconnection problem. define multiple practices that can be done to address this cases Handle on player/room leader disconnect New Issue: Host is transferred, but player id is also changed, ex: Player 1 becomes Player 2, Player...
Authenticate player data from fusion with playfab
Key Problem Describe the task or feature in 1-2 lines. Expected Output/Definition of Done Get player data from playfab. Key Solution Describe expected output here