Publisher | Denis535 |
---|---|
File size | 23.04MB |
Number of files | 184 |
Latest version | 1 |
Latest release date | 2024-03-25 05:57:19 |
First release date | 2024-03-13 08:24:12 |
Supported Unity versions | 2018.4.2 or higher |
# Overview
This package provides you with the beautiful UIToolkit theme style sheets and some additions and tools.
# How to use it
To use this package in your project you need to import the 'ThemeStyleSheet.tss':
```
@import url("Packages/com.denis535.uitoolkit-theme-style-sheet/Runtime/UIToolkit.ThemeStyleSheet/Assets.UnityEngine.UIElements/ThemeStyleSheets/ThemeStyleSheet.tss")
```
Or you can import 'ThemeStyleSheet.uss' and 'LibraryStyleSheet.uss':
```
@import url("Packages/com.denis535.uitoolkit-theme-style-sheet/Runtime/UIToolkit.ThemeStyleSheet/Assets.UnityEngine.UIElements/StyleSheets/ThemeStyleSheet.uss");
@import url("Packages/com.denis535.uitoolkit-theme-style-sheet/Runtime/UIToolkit.ThemeStyleSheet/Assets.UnityEngine.UIElements/StyleSheets/LibraryStyleSheet.uss");
```
# Reference
This package adds support for the following formats:
- Pug
- Stylus (with more advanced syntax)
This package contains styles for the following elements:
- Widgets
- Widget
- LeftWidget
- SmallWidget
- MediumWidget
- LargeWidget
- DialogWidget
- InfoDialogWidget
- WarningDialogWidget
- ErrorDialogWidget
- Views
- TabView
- ScrollView
- Scopes
- Slot
- Scope
- Group
- Box
- Elements
- Label
- Button
- RepeatButton
- TextField
- PopupField
- DropdownField
- SliderField
- IntSliderField
- ToggleField
# Third-party notices
This package contains the third-party assets under their own respective licenses.
## Assets.UnityEngine.UIElements/Fonts/
- These assets are developed by Rasmus Andersson.
- And it's licensed under the SIL Open Font License, Version 1.1.
- https://rsms.me/
- https://rsms.me/inter/
- https://github.com/rsms/inter/blob/master/LICENSE.txt
## Assets.UnityEngine.UIElements/Images/
- These assets are developed by Unity.
- And it's licensed under the Unity Companion License for Unity-dependent projects.
- https://unity.com
- https://github.com/needle-mirror/com.unity.ui/tree/master/PackageResources/Images
- https://unity.com/ru/legal/licenses/unity-companion-license
# Links
- https://denis535.github.io