Fusion.GameMode.Single and PlayerRef.None

in Fusion
When the game run on GameMode.Single, Localplayer is PlayerRef.None so !player.IsNone && player.IsValid
failed.
It is intented to be None player when GameMode is Single?
0
Best Answer
-
PlayerRef.IsValid was false because HostMode is default and GameMode.Single act like host mode.
I didn't think about that because i was working on shared mode...
0
Answers
-
PlayerRef.IsValid was false because HostMode is default and GameMode.Single act like host mode.
I didn't think about that because i was working on shared mode...
0 -
I am also on the same track could you please tell me how can I go from single player to Shared Game Mode.
0