FishNet icon indicating copy to clipboard operation
FishNet copied to clipboard

Client-only calling SetParent after using TakeOwnership fails.

Open FirstGearGames opened this issue 5 months ago • 0 comments

Discovered from issue: https://github.com/FirstGearGames/FishNet/issues/906

When a client-only calls TakeOwnership followed by SetParent the parent is not set, and the operation fails silently.

Steps to reproduce.

  • Open scene 940 in two editors.
  • Start Editor1 as Server, or host.
  • Start Editor2 as client-only.
  • In Editor2 press and hold the top-most circle, and drag into the top-most square.

Parenting is expected to occur, as it does when Editor1 performs this operation as host. Operation fails silently.

Issue_940.zip

FirstGearGames avatar Jul 12 '25 15:07 FirstGearGames