-
Notifications
You must be signed in to change notification settings - Fork 460
Client does not own client player prefab #3942
Copy link
Copy link
Open
Labels
stat:awaiting-responseAwaiting response from author. This label should be added manually.Awaiting response from author. This label should be added manually.stat:awaiting-triageStatus - Awaiting triage from the Netcode team.Status - Awaiting triage from the Netcode team.type:bugBug ReportBug Report
Metadata
Metadata
Assignees
Labels
stat:awaiting-responseAwaiting response from author. This label should be added manually.Awaiting response from author. This label should be added manually.stat:awaiting-triageStatus - Awaiting triage from the Netcode team.Status - Awaiting triage from the Netcode team.type:bugBug ReportBug Report
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
When the client joins the game, the prefab spawned in response is not owned by that client. This test was run with the build as the host and the editor as the client, but the inverse yields the same results.
Reproduce Steps
if(!IsOwner)and runsDebug.Log("Spawned Not Owner: " + IsSpawned);returning Spawned Not Owner: True.Actual Outcome
The Player Prefab of the client is not owned by the player
Expected Outcome
The Player prefab and connecting scripts being owned by the client
Screenshots
Environment