API v1 checking… · p50 — · 0 installs/hr
v0.1.0
Project
View on GitHub
IvanMurzak

Unity UI Workshop

New
2 0

Unity Project

Built with Unity 6000.0.34f1 · download the source from GitHub

Download 0

README

Rendered from GitHub

Unity UI (UGUI), Tips & Tricks

This sample project demonstrates the fundamentals of UI implementation in a Unity project.

🔴 Full workshop video on YouTube.

Definitions

  • Package: A bundle of files, typically scripts, designed for easy integration into a project. These may depend on other packages.
  • OpenUPM: A repository of Unity packages.
    • You can also upload your packages here. To facilitate this, use this GitHub Template.

  • OpenUPM-CLI: A command-line tool for adding packages to your Unity project.

Setup

  1. Install Node.js: Download and install Node.js from https://nodejs.org/en/download/.

  2. Install OpenUPM-CLI:

    npm install -g openupm-cli
    
  3. Windows only: Set System Environment Variable

    Path: C:\Users\USER_NAME\AppData\Roaming\npm (don't forget to replace USER_NAME)

  4. Windows only: You may need to run the command to allow to run scripts on the computer

    Set-ExecutionPolicy RemoteSigned -Scope CurrentUser
    

Install all packages

Run the following command in your project's directory:

openupm add extensions.unity.mouse.parallax
openupm add extensions.unity.theme
openupm add extensions.unity.nondrawinggraphic
openupm add com.coffee.ui-effect
openupm add com.coffee.ui-particle
openupm add com.unity.probuilder

Mouse Parallax

198884624-d8dacd24-41db-4488-b33c-59102809c336

Run the following command in your project's directory:

openupm add extensions.unity.mouse.parallax

Unity Theme

263363646-1c545d11-aea4-4cd2-8aaa-75539bbb6699

Run the following command in your project's directory:

openupm add extensions.unity.theme

UI Effect

uieffects

Run the following command in your project's directory:

openupm add com.coffee.ui-effect

Particle Effect for UGUI

41771577-8da4b968-7650-11e8-9524-cd162c422d9d

Run the following command in your project's directory:

openupm add com.coffee.ui-particle
Versions 0

No versions tracked yet.

Dependencies 0

No dependencies.

Changelog 0 releases

No changelog entries yet. Run the admin Changelog & Version Scanner to pull from the repository's CHANGELOG.md.

Comments

No comments yet. Be the first!