0.1.2 • Published 6 months ago

pro-unity-ui v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

Prounity UI starter

Description

This is a starter project for Unity UI development. It contains a basic UI setup with a main menu and a game scene. The main menu contains a button to start the game and a button to quit the game. The game scene contains a button to return to the main menu. The project also contains a basic UI framework with a base class for UI screens and a UI manager to handle the screens.

Getting started

npm install pro-unity-ui --save

Usage

<link
  href="https://fonts.googleapis.com/css2?family=Open+Sans&amp;family=Oswald&amp;family=Roboto&amp;display=swap"
  rel="stylesheet"
/>

<style>
  @font-face {
    font-family: "Material Symbols";
    font-style: normal;
    font-weight: 100 700;
    src: url(https://fonts.gstatic.com/s/materialsymbolsoutlined/v151/kJEhBvYX7BgnkSrUwT8OhrdQw4oELdPIeeII9v6oFsLjBuVY.woff2)
      format("woff2");
  }
</style>

<script
  type="module"
  src="./node_modules/pro-unity-ui/dist/pu-ui/pu-ui.esm.js"
></script>

<pu-button>
  <pu-icon slot="start">star</pu-icon>
  Elevated button
</pu-button>
0.1.2

6 months ago

0.1.1

6 months ago

0.1.0

6 months ago

0.0.9

6 months ago

0.0.8

6 months ago

0.0.7

6 months ago

0.0.6

6 months ago

0.0.5

6 months ago