Skip to content

Bloonspedia/UnityTextLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Unity Text Loader

Proof of concept


Load and parse text content from file for display in Unity.

Syntax

Formatting syntax is based on Markdown while link formatting is inspired by Wikitext.

Formatting Code Display
Bold **bold** bold
Italic *italic* italic
Underline __lined__ lined
Strikethrough ~~stricken~~ stricken
Heading 1 # Heading 1

Heading 1

Heading 2 ## Heading 2

Heading 2

Heading 3 ### Heading 3

Heading 3

Heading 4 #### Heading 4

Heading 4

Internal Link [[link]] link
Internal Link [[link|Display]] Display
External Link [http://link Display] Display
Bullet Item - item   • item
Numbered Item 1. item   1. item

About

Proof of concept: Load and parse text content from file for display in Unity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published