• About Me
  • Contact Me
  • Blog

Lucys Tech Dev Blog

Tag: visibilty

Toggle GameObject Visibility – Unity

Posted on October 23, 2020March 2, 2021 by Lucy Estela
if(gameObject.activeSelf){
    gameObject.SetActive(false);
}else{
    gameObject.SetActive(true);
}
Posted in UnityTagged GameObject, setActive, unity, visibilty

Recent Posts

  • Unreal and Hololens – Step 7 Making your scene interactive
  • Unreal and Hololens – Step 6 Set Up for Mixed Reality
  • Unreal and Hololens – Step 5 Create a Level
  • Unreal and Hololens – Step 4 Project Settings
  • Unreal and the Hololens 2 – Step 2 File Setup

Archives

  • March 2021
  • February 2021
  • December 2020
  • October 2020
  • June 2020

Categories

  • Blog
  • Hololens 2
  • Unity
  • Unreal
Powered By DreamHost