Questions regarding the toggles

Hello, I wanted to ask around if someone has ever faced this issue when making AVI before.

I’m trynna make one right now and I wanna have a certain toggle that when disabled makes certain options locked off. It’s just something I have been wondering.

thanks!

So with the menu items you can’t disable them on the fly, but you can make the animator ignore a toggle if conditions are not correct.

Inside the animator, for the lines between boxes you can add any number of logic conditions to travel the line

As a silly example you could have a toggle for a hand prop, and you could make it require the user be in VR to actually work. VRMode from this list Animator Parameters | VRChat Creation

In unity you’d add VRMode as a bool to the animator, but you would NOT add VRMode to the avatar parameters list

Oh I guess a toggle could be turned back off automatically under certain conditions, so you could disable a toggle that way.