suriyun-production / mmorpg-kit-docs

This is document for MMORPG KIT project (https://www.assetstore.unity3d.com/#!/content/110188?aid=1100lGeN)
https://suriyun-production.github.io/mmorpg-kit-docs
49 stars 10 forks source link

Avatar is null #2611

Closed RunOrDi3 closed 1 day ago

RunOrDi3 commented 2 days ago

Hi , i have created my character prefab and when i test it , i get this error 1 when i create avatar and avatar mask i get this error 2 note : i use generic type , not humanoid and when i test without avatar , character works fine with animations and with avatar no animation works

insthync commented 2 days ago

for the first one , i guess it is because of transform copy component which made for humanoid

the second one i think you might use the wrong avatar

RunOrDi3 commented 2 days ago

I didn't copy any component , i just created it by Character Entity Creator (3D) and im sure i use the same avatar

insthync commented 2 days ago

transform copy component it is a name of component, didn't intend to tell that you copy component or something, if your character avatar is humanoid then all animation must be humaoid, let's say that it must use same kind of avatar.

Eniotnacram commented 2 days ago

Not a bug, it's a setup fault. Come in discord @RunOrDi3

RunOrDi3 commented 1 day ago

Not a bug, it's a setup fault. Come in discord @RunOrDi3

Whats your name in Discord ?

Eniotnacram commented 1 day ago

Go in the public MMORPG kit discord server

RunOrDi3 commented 1 day ago

Fixed it , it's because a component called FollowBone in CanvasIsInSafeArea .. not from my setup character 1