Skip to content
This repository has been archived by the owner on May 23, 2020. It is now read-only.

A (very work in progress) backend for top down 2D games in Unity.

License

Notifications You must be signed in to change notification settings

ChristopherWMM-archive/2D-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity 2D-Backend:

Description:

A work in progress backend for top down 2D games in Unity.

To-Do:

Behavior Script

Movement Commands

  • Move

    - Causes the Character to move in the given direction for the duration.
    
  • Stop

    - Causes the Character to stop preforming actions for the duration.
    
  • Face

    - Causes the Character to face the given direction for the duration.
    

Example:

# > Commands
# move <direction> <duration>
# stop <duration>
# face <direction> <duration>

# Test face
face left .5
face up-left .5
face up .5
face up-right .5
face right .5
face down-right .5
face down-left .5

# Test stop
stop 1

# Test move
move left .25
move up-left .25
move up .25
move up-right .25
move right .25
move down-right .25
move down .25
move down-left .25

Results:

Movement Script Gif

Credits:

christopher xavier
Christopher Martin Xavier Kelly

About

A (very work in progress) backend for top down 2D games in Unity.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages