Answers for "unity 2d rigidbody gravity"

C#
2

how to add reference to rigidbody 2d

public Rigidbody2D rb;
Posted by: Guest on July-09-2020
0

unity rigidbody2d disable

//you can't :(
//you can delete it with
Destroy(RigidBody2D);
Posted by: Guest on January-02-2021

C# Answers by Framework

Browse Popular Code Answers by Language