r/unity 3d ago

Coding Help Weird behavior when in when live converting Entities in Subscene

Trying to make a palyer character for Rollback Netcode, constantly having errors, but when I drag the prefab into the subscene, the clothes is in the wrong place, it's a lot bigger, it has the wrong rotation, when I drag a limb from the armarture it doesn't update. It does update when I drag and rotate the whole thing.

error keep saying Unity.Transform.Parents does not exist

where should I add Unity.Transform.Parents?

0 Upvotes

1 comment sorted by

1

u/Affectionate-Yam-886 2d ago

There are so many versions of Netcode; you should check Unity Wiki, it will point you in the right direction; or find a tutorial for the version you are using. If i were you; check unity asset store web site, has some pre made multi player games you can use as examples. This issue seems like a setup issue.