Code Monkey home page Code Monkey logo

oot2dunity's Introduction

oot2dunity's People

Contributors

colbydude avatar devwizaad avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

oot2dunity's Issues

Collision

Basic collision on Link and the environment. Double-check corner cutting. Collision mask should be based on his shadow.

Sprite Offsets/Pivots

Figure out how to persist sprite offsets/pivot points when changes are made in Aseprite and the sprite and animations are re-imported.

Alternatively, actually adjust the image to compensate for the offset to keep a consistent, centered, pivot point.

Swimming

Convert player to a swimming mode when entering a "water" layer. Water areas should ideally be able to be imported from Tiled. This does not include diving.

Camera

Setup camera to follow the player object and not go beyond room/map boundaries.

Picking Up/Throwing Objects

Able to pickup and throw basic objects like shrubs, rocks, and pots.

Define a "pickup-able" interface of sorts to be applied to any of these objects' prefabs.

When thrown, should collide with the Ground, Enemies, and Objects layers... probably.

Destructible Objects

Add objects that can be broken with the sword. This includes grass, shrubs, signs, and pots. Objects should ideally be placed within Tiled.

Layer Switching

Figure out how to effectively implement a 2D Z-axis so, for example, Link can run across the bridges connected to Saria's house.

Ideally this would be something that could be implemented in Tiled.

One possible solution would be invisible trigger object placed where Link would cross onto another layer.

Sword Swinging

Implement basic sword swinging. Should spawn a separate object with its own collider. Look into changing collider shapes each frame of the animation?

Fix Controller Support.

Movement is very clunky when using a controller.

When using Input.GetAxisRaw with an analog joystick, diagonal directions don't register.

Using Input.GetAxis with the keyboard causes odd lag behavior.

Movement

Basic player movement with animations. Should encompass Link's idle and walking animations in the four main directions.

Ledge Hopping

Implement "ledge hopping" where Link can run up against a ledge and jump down or across. Research more into how a Platform Effector 2D could accomplish this. Setting up the hops should ideally be that can be setup in Tiled.

Climbing

Link should be able to climb on both vines and ladders. Should allow for horizontal climbing if the area is wide enough, potentially configurable in some way. May also tie-in to #13.

Rolling

Ability for Link to roll. Should have proper speed, collision, and animation playing.

Tiled Workflow

Implement workflow to be able to create maps in Tiled and import them into Unity with the correct layering and automatic creation of collider meshes.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.