#it is still telling me that is wrong but idk what

1 messages · Page 1 of 1 (latest)

honest talon
#

im programming a 2d top down (it is my first game ) and i need help whit the code

tame scroll
#

You're using a property (Velocity) that doesn't exist. See the link above for the list of available properties^

honest talon
#

better now?

honest talon
#

now i can't run the thing

#

this is the code

#

and this is what i see

wintry scroll
#

!input

thick pulsarBOT
# wintry scroll !input
How to Set Input

To set Active Input Handling, go to:
Project Settings > Player > Active Input Handling

• Input Manager (Old): Use the original Input settings.
• Input System Package (New): Uses the new input system package.
• Both: Use both systems.

honest talon
#

adjusted , but now new problem yeaa

near island
# honest talon

You have set rb to public. This means that you will now have an open field in the inspector where you can assign your RigidBody2D.
Click and drag the object containing the RigidBody2D into the field.

I'm assuming both the script and rb are in the "player" object?