vrchat-community / creator-companion

The Entry Point for Making Things in VRChat
https://vrchat.com/home/download
54 stars 372 forks source link

[BUG] #374

Closed StinkyDemon666 closed 9 months ago

StinkyDemon666 commented 9 months ago

Describe the bug

once i auto fix everything the validation menu disappears and becomes un uploadable Screenshot 2023-10-23 203452

To Reproduce

open sdk and upload a model autofix everything dissapears

Expected behavior

upload to vrchat button

Screenshots

Screenshot 2023-10-23 203452 image

Related Product

VCC (VRChat Creator Companion)

Product Version

2.1.1

OS

Windows 10

Additional context

No response

orels1 commented 9 months ago

This is not a Creator Companion issue, but since we're here already

Based on that tiny sliver of a console log on your last screenshot - the issue comes from the fact that your avatar doesn't have an animator component on it.

The latest VRC SDK (3.4.1) has special handling for that specific error which shows up in the Validations list instead of just going blank and spamming the console

You need to add an Animator component to your avatar root (Where the VRC Avatar Descriptor is)