rurre / PumkinsAvatarTools

A toolbox for easily setting up VRChat avatars in Unity. Adds functionality to the editor and automates some of the tedious tasks.
MIT License
730 stars 47 forks source link

Missing options since updating #32

Closed r2dbk closed 3 years ago

r2dbk commented 3 years ago

Since updating from 0.9.1 to 0.9.2 I found that several options under the avatar section are missing, as well as copying components does not work like it used it.

image

rurre commented 3 years ago

VRChat related options should be hidden if the SDK isn't detected. What SDK are you using?

r2dbk commented 3 years ago

VRCSDK3-AVATAR-2021.01.28.19.08

There are no errors in the console either which is the strangest part.

rurre commented 3 years ago

What are your script define symbols? Edit > Project Settings > Player > Other Options

73e20ac995

r2dbk commented 3 years ago

image

rurre commented 3 years ago

You still have a UDON define in there, supposedly from having UDON imported before, as AV3 and UDON shouldn't be used together. Stuff's hidden for UDON projects so you should remove UDON from there.

r2dbk commented 3 years ago

That seems to have fixed it thanks a ton.