Skip to content

Wally869/DungeonDiver-1-MovementSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

DungeonDiver - Basic Movement System

Overview

DungeonDiver is meant to document and share the code for creating a fully working RPG with Unity (Full Details of the project.)

This repository contains the code for a basic movement system that can use both keyboard inputs and UI events. A complete write up for this part of the project is available at this link.

Click here to see a live demo for this repository

How to Use

Clone or download the repository, and put the content of the Assets folder, into the Assets folder of your Unity Project.

Then read this short article to learn how to use it.

Textures

I am using Kenney's Prototype Textures for quick prototyping https://www.kenney.nl/assets/prototype-textures.

Due to the frequent changes to Unity's rendering pipeline, the imported textures might show badly. In this case, just switch to the standard shader for the materials.

Other Resources

DungeonDiver

All resources related to this project have been centralized here: https://www.noveltech.dev/work/dungeondiver/

UI

  • Buttons Group for Unity - Github