diff --git a/Unity3d/rpg-game.md b/Unity3d/rpg-game.md new file mode 100644 index 0000000..debba5c --- /dev/null +++ b/Unity3d/rpg-game.md @@ -0,0 +1,34 @@ + +# 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 +