playMaker

Author Topic: Temporarily Hide all UI Elements?  (Read 2153 times)

ToxicFrog

  • Beta Group
  • Full Member
  • *
  • Posts: 139
Temporarily Hide all UI Elements?
« on: March 19, 2015, 02:32:52 PM »
Hi friends,

I need to temporarily hide the entire UI at times.

I can't destroy/create the UI, obviously.

I tried the Set Visibility action, but it doesn't seem to work because the UI elements don't have a renderer component.

Any suggestions on how I should do this?

Thanks!

Lane

  • Administrator
  • Hero Member
  • *****
  • Posts: 2511
  • Mender of the past
    • Cleverous
Re: Temporarily Hide all UI Elements?
« Reply #1 on: March 19, 2015, 02:38:21 PM »
You can toggle the Canvas gameobject on/off.
Products by Cleverous
|| Vault Core : Database
|| Vault Inventory : Multiplayer Inventory
|| Vault Attributes : Character Stats
|| That Hurt! : Dmg Floaties
|| Quinn : 3D

ToxicFrog

  • Beta Group
  • Full Member
  • *
  • Posts: 139
Re: Temporarily Hide all UI Elements?
« Reply #2 on: March 19, 2015, 03:25:56 PM »
That worked!

Thanks a lot