FishNet
FishNet copied to clipboard
Client-only calling SetParent after using TakeOwnership fails.
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.