Skip to content

learnUnity/Unity3D-RPG-UI-Project-Template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity3D : Simple RPG UI Project

A simple Unity3D project with the essencial components to start a basic UI system and game interactions

Here's a GIF showing the project :

Camera Scroll :

scroll

Camera Control :

camera

Basic Movement + Jump

jump

Bag system

bags

Abilities system

abiliteis

Features :

  • Abilites bar :

    • made with ScriptableObjects
    • Base ability to inherit from and implement abilites
    • Cooldown display
  • Items bag :

    • made with ScriptableObjects
    • Grid display
    • Search item search bar
  • Health bar :

    • Basic health and resources bar

Just making this in case somebody wants a base for a UI system of just to get an idea about where and how to start

v1.1 :

  • Camera Features :

    • Camera Rotation with Mouse
    • Look around by presseing LeftCtrl + Mouve Mouse
  • Player Control :

    • Basic Mouvement with arrows and WQSD
    • Jump with Space
  • Resources :

    • Adding multiple types of resources ([Mana , Rage ,Energy , Wind] so far)
    • Alert message when not enough resources for ability ("Not Enough Mana" , "Not Enough Wind" , etc .....)

If you have any questions or ideas feel free to reach out on discord ! Profile ID : Bloodthirst#9565

License

MIT

Free Software, Hell Yeah!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 75.8%
  • ShaderLab 21.1%
  • HLSL 3.1%