Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

how to deactivate objects through scripts in unity

public GameObject Name = GameObject.Find("Name");

Name.enabled = true;
Comment

PREVIOUS NEXT
Code Example
Csharp :: using serial port in c# 
Csharp :: c# hello world 
Csharp :: how to make a specific scene load only on game start in unity 
Csharp :: print random number unity 
Csharp :: c# difference between two dates in milliseconds C# 
Csharp :: c# todictionary linq 
Csharp :: open folder dialog c# 
Csharp :: Unity c#loading a scene after a few seconds 
Csharp :: c# read binary file 
Csharp :: call stored proc c# 
Csharp :: linq distinct count 
Csharp :: c# to binary 
Csharp :: change sprite of a sprite unity 
Csharp :: make folder with c# 
Csharp :: c# string array to string 
Csharp :: how to create a file through c# script 
Csharp :: onkeypressed unity 
Csharp :: discord bot in c# 
Csharp :: c# using file.io 
Csharp :: how to add a queue unity 
Csharp :: c# string replace comma with newline 
Csharp :: c# mathf.ceiling 
Csharp :: c# String.Concat() 
Csharp :: unity pick random number 
Csharp :: how to add to a list c# 
Csharp :: press key run code unity c# 
Csharp :: editorfor date format mvc 
Csharp :: how to import datagridview to datatable in c# 
Csharp :: c# clamp 
Csharp :: c# iterate enum 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =