You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
485 B

1 year ago
# Player Object
## Object Components
Sprite Renderer
Circle Collider
Rigidbody2D
Animator
KeyboardMover Script
## RigidBody2D Settings
Under Constraints, Freeze Rotation on the Z to prevent the sprite from spinning when hitting edges of other bodies.
## Slicing the Sprite Sheet
## Setup Animations
## Keyboard Mover Script
# Switching Scenes
## Create Scenes
## Creating the exit
Add Object to scene
Add Box Collider 2D
Set Is Trigger to true
Size and place the object