200Tigersbloxed / UnityMods

A collection of my mods for games that run on the Unity Engine.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[HRtoVRChat] Write Defaults Off

untuned opened this issue · comments

Turning off Write Defaults seems to break the prefab, never transitioning from the disabled state.

VRChat recommends that it be disabled, but when doing so it breaks the transitions for some reason.

This can be solved by making the "disabled" layer look like this instead:

example fix

By adding an "enabled" animation, the color properly switches over to the correct material.

(The same can be done for the "bigger" layer.)

Not the greatest with animations, all the animations are hooked through the Any State node and not the Default Node. While you can hook them up again yourself, it'd be a little bit of time. I'll look into it, but note that it will be after #6 is implemented. Thank you for the report!

moving this to the OSC repo as the mod won't be updated for much longer