Rotation not working when using set Parent and Network Transform Anchoring
The whole answer can be found below.
Try Our
Documentation
Please check if you can find an answer in our extensive documentation on Fusion.
Join Us
on Discord
Meet and talk to our staff and the entire Photon-Community via Discord.
Read More on
Stack Overflow
Find more information on Stack Overflow (for Circle members only).
Rotation not working when using set Parent and Network Transform Anchoring
KingRam
2022-08-19 22:02:36
If I am trying to parent a network object(for example a new weapon) to a player, is using Set parent and Network Transform Anchors the way to go?
I ask because when I do this the object does get parented but the rotation doesn't work on the clients side for me.
👻
Comments
Are you on the latest SDK version?
Generally, there is very little reason to parent an NO like that - just use a local gameobject to represent the parented weapon and let whatever state it needs be on the parent object. Presumably the weapon (when not in the players hand), isn't functionally a weapon anyway? It's just a prop waiting to be picked up.
Back to top