Answers for "how to add a rigidbody2d in your c# script"

C#
2

how to add reference to rigidbody 2d

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

how to add rigidbody in unity

Hi, I know you are learning game dev,awesome to add rigidbody you can do one thing you can simply
choose the gameobject on which you want to apply rigidbody component
remember that you have to go the inspector panel and click on plus
at the bottom
and search for rigidbody
and click Enter

Here you go:-- :)
Posted by: Guest on August-31-2021

Code answers related to "how to add a rigidbody2d in your c# script"

C# Answers by Framework

Browse Popular Code Answers by Language