Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

rigidbody2d unfreeze position

public Rigidbody2D rb;

void Start()
{
	rb.constraints = RigidbodyConstraints2D.None;
}
Comment

PREVIOUS NEXT
Code Example
Csharp :: c# play sound 
Csharp :: left moust click unity 
Csharp :: base64 to image c# 
Csharp :: loop through enum c# 
Csharp :: c# boilerplate 
Csharp :: c# initialize dictionary 
Csharp :: initialise icollection c# 
Csharp :: linq unique count property 
Csharp :: clear screen putty 
Csharp :: unity override 
Csharp :: unity add component 
Csharp :: new Color from hex in unity 
Csharp :: how to delete folder with files on c# 
Csharp :: how to get rigidbody speed in unity 
Csharp :: unity copy to clipboard 
Csharp :: get random file in directory c# 
Csharp :: get key unity 
Csharp :: load scene unity 
Csharp :: c# wpf keyinput DeadCharProcessed 
Csharp :: unity flexiable space 
Csharp :: c sharp gun shooting 
Csharp :: check if string is a guid c# 
Csharp :: how to update a project to cross target .net core 
Csharp :: game object disapear after transform.position 
Csharp :: c# get vector2 distance 
Csharp :: C# multiple button click event to password textbox 
Csharp :: add leading zeroes in c# 
Csharp :: c# process start 
Csharp :: c# file exist 
Csharp :: .net hello world 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =