Skip to content

Convert from HTML + CSS to Unity's UI toolkit

Notifications You must be signed in to change notification settings

fake-skate/html2uuitk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html2uuitk

Converts HTML + CSS layouts into Unity's UI toolkit USS and UXML

Example usage

npx html2uuitk --input index.html --css index.css --output .

Arguments

  • input
    • Input HTML files [array] [required]
  • css
    • CSS files [array] [required]
  • reset
    • Reset CSS file [optional]
  • config
    • Configuration file (JSON) [optional]
  • output
    • Output folder [optional]
  • help
    • Show help

About

Convert from HTML + CSS to Unity's UI toolkit

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published