Switching between Models Visibility Using Single Toggle Button
The scenario:
I have 2 models namely Model1 and Model2.
I want only model1 to be visible by default when the experience is loaded.
I have a toggle button, which when pressed, hides model1 and displays model2 and vice versa.
Issues I am facing:
Both model1 and Model2 are visible initially.
I have tried binding toggle button property "Force Hide" to model2 which successfully keeps it hidden when the experience is loaded but upon clicking the toggle button it doesn't get visible.

