KSP-ModularManagement / KodeUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

KodeUI - A pure code UI system for Unity

This was created to enable the creation of mods UI in Kerbal Space Program without the need of pre built UI exported as AssetBundle Original concept from Tim Twice Circled Megaquarium Vlog#12

How to use

Load in Unity 2017.1.3p1 and import the free TextMesh Pro asset from the store. Select the UIMainCanevas object and use the Build UI from the UITester component to create a demo UI.

TODO

  • More components
  • Replace the Resources.Load calls
  • Ressources loading for Sprites
  • Component Styles and Skinning
  • Layout improvement
  • Proper UI Skin
  • Build script for the KodeUI subdir

Licence

Unless specified in the file or folder this project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details

About

License:MIT License


Languages

Language:C# 92.6%Language:Shell 4.5%Language:Makefile 2.2%Language:C++ 0.6%