Clothing missing in game
-
wrote on 21 Jul 2023, 16:11 last edited by
Ello.
i uploaded an avatar and it's missing clothing.
it shows the clothes aka body suit in the unity editor. but when i upload it and try to use it in game, it doesn't show anymore.then there's also the animation for putting on and taking off clothes, it's also non-existent.
does anyone have a solution for this? any help would be extremely appreciated
-
wrote on 21 Jul 2023, 20:07 last edited by
Make sure in the Inspector it doesn't say "Editor Only" under tags!
https://i.imgur.com/B8ZzadB.pngAs far as the animation, does that work in Unity when testing in play mode?
-
wrote on 22 Jul 2023, 01:48 last edited by
is it possible the bounds box of each object is placed incorrectly ?
if this is the problem , make sure that the avatar is completely inside the bounds box of the clothing objects
this may also be the reason that it doesn't appears in the animations -
wrote on 1 Aug 2023, 17:03 last edited by
i fixed the issue by changing the rendering preset to transclipping. it was on transparent which made it invisible in game for some reason
-