We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df2338d + 158f7d1 commit 4659c94Copy full SHA for 4659c94
Runtime/SharedResources/Scripts/SnapZoneFacade.cs
@@ -253,13 +253,13 @@ public virtual bool IsVisible
253
}
254
set
255
{
256
- if (gameObject.activeInHierarchy)
+ if (value)
257
258
- Configuration.Hide();
+ Configuration.Show();
259
260
else
261
262
- Configuration.Show();
+ Configuration.Hide();
263
264
265
0 commit comments