Skip to content

sinamhdn/unity-text-adventure-rpg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Text Adventure RPG

A text based rpg game demo project in unity

Unity Version

2022.3.2f1 LTS

Assets

Fonts are from https://www.dafont.com/

Concepts

  • Adding global game logic to en empty GameObject
  • Creating ScriptableObject by parenting a class to the ScriptableObject instead of MonoBehavior
  • SerializeField to make a variable editable in the editor
  • Converting an editors field to TextArea
  • Switching between different states based on condition
  • TextMeshPro UI element to generate different fonts using Window>TextMeshPro>FontAssetCreator

About

A text based rpg game demo project in unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published