Unity Project
Built with Unity 6000.0.34f1 · download the source from GitHub
README
Rendered from GitHubUnity 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
Install Node.js: Download and install Node.js from https://nodejs.org/en/download/.
Install OpenUPM-CLI:
npm install -g openupm-cliWindows only: Set System Environment Variable
Path:
C:\Users\USER_NAME\AppData\Roaming\npm(don't forget to replaceUSER_NAME)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
Run the following command in your project's directory:
openupm add extensions.unity.mouse.parallax
Unity Theme
Run the following command in your project's directory:
openupm add extensions.unity.theme
UI Effect
Run the following command in your project's directory:
openupm add com.coffee.ui-effect
Particle Effect for UGUI
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!

Sign in to join the conversation
Sign In