Search
 
SCRIPT & CODE EXAMPLE
 

CSHARP

unity character controller ignore collision

Collider characterController = GetComponent<CharacterController>();
Collider otherCollider = otherGameObject.GetComponent<Collider>();
Physics.IgnoreCollision(characterController, otherCollider);
Comment

PREVIOUS NEXT
Code Example
Csharp :: if get key down unity 
Csharp :: move to another scene unity 
Csharp :: how to chnage the Scale propery of rect tranform unity 
Csharp :: base64 bit string to pdf c# 
Csharp :: unity how to summon an object with code 
Csharp :: how to spawn coins randomly around the screen unity 2d 
Csharp :: this site can’t be reachedlocalhost unexpectedly closed the connection. .net framework 
Csharp :: wpf set image source in code behind 
Csharp :: unity url 
Csharp :: c# add item to a lsit 
Csharp :: c# string to char 
Csharp :: c# start as adminstrator 
Csharp :: how to usefor loop in c# 
Csharp :: random character c# 
Csharp :: byte to stream c# 
Csharp :: bower azure repository tag 
Csharp :: c# shuffle string array 
Csharp :: c# convert int to pretty string 
Csharp :: new parameterized thread c# 
Csharp :: stopwatch c# 
Csharp :: C# fix formatting 
Csharp :: set label position winforms 
Csharp :: c# dynamic object get value 
Csharp :: dictionary c# 
Csharp :: unity dontdestroyonload 
Csharp :: list of all c# keywords 
Csharp :: c# get month number from name 
Csharp :: c# swap variables 
Csharp :: get normal from 3 points 
Csharp :: how to play animation with code in unity 
ADD CONTENT
Topic
Content
Source link
Name
4+8 =