Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

how to make an object invisible unity

GetComponent(MeshRenderer).enabled = false;
Comment

make invisible unity

gameObject.SetActive(false);
Comment

unity ui invisible

if you cant see your ui, make sure the scale isn't 0, unity likes to do that
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# countdown timer menutes 
Csharp :: unity look at target 
Csharp :: c# send email 
Csharp :: how to save a c# dictionary 
Csharp :: color picker wpf 
Csharp :: regular expression for email in c# 
Csharp :: Attribute [livewire] does not exist. 
Csharp :: unity position localposition 
Csharp :: c sharp stream to byte array 
Csharp :: c# string.join 
Csharp :: How to get an array of months in c# 
Csharp :: c# create a zip files 
Csharp :: deserialize object to dictionary c# 
Csharp :: c# get enum value from string 
Csharp :: how to make a singleton in unity 
Csharp :: convert comma separated string to array c# 
Csharp :: linux command line switch statement 
Csharp :: c# multiply string 
Csharp :: c# file directory selection 
Csharp :: c# using file.io 
Csharp :: how to allow user import image c# 
Csharp :: escape double quotes c# 
Csharp :: c# print console 
Csharp :: unity icons 
Csharp :: System command c# 
Csharp :: c# for loop 
Csharp :: check shell command success 
Csharp :: unity random string 
Csharp :: initialize list in c# 
Csharp :: connection string in asp.net with username and password 
ADD CONTENT
Topic
Content
Source link
Name
3+5 =