Skip to content

Commit fdc0ae5

Browse files
committed
Switch from an asset bundle to addressable
1 parent 6ff8d50 commit fdc0ae5

File tree

7 files changed

+147
-22
lines changed

7 files changed

+147
-22
lines changed

Assets/Theme/Icons/icon-back.png.meta

Lines changed: 35 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Theme/Icons/icon-first.png.meta

Lines changed: 35 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Theme/Icons/icon-forward.png.meta

Lines changed: 35 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Theme/Icons/icon-last.png.meta

Lines changed: 35 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/UI Toolkit/KerbalPanelSettings.asset.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
This package contains assets and controls for creating UIs with UITK for KSP 2.
33

44
## Use
5-
1. Import into your Unity project with Unity Package Manager from the Git repository URL (https://github.com/jan-bures/UitkForKsp2.Controls.git).
5+
1. Import into your Unity project with Unity Package Manager from the Git repository URL (https://github.com/UitkForKsp2/UitkForKsp2.Controls.git).
66
2. When working in the UI Builder, switch the preview theme to KerbalUI.
77
3. When you create a new UI Document game object in your scene, switch its panel settings to KerbalPanelSettings for correct preview styles.

package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"name": "uitkforksp2.controls",
3-
"version": "2.0.0",
3+
"version": "2.3.0",
44
"displayName": "UITK for KSP 2",
55
"description": "This package contains assets and controls for creating UIs with UITK for KSP 2.",
66
"unity": "2022.3",
77
"unityRelease": "5f1",
8-
"documentationUrl": "https://github.com/jan-bures/UitkForKsp2.Controls",
9-
"licensesUrl": "https://raw.githubusercontent.com/jan-bures/UitkForKsp2.Controls/main/LICENSE",
10-
"keywords": [
8+
"documentationUrl": "https://github.com/UitkForKsp2/UitkForKsp2.Controls",
9+
"licensesUrl": "https://raw.githubusercontent.com/UitkForKsp2/UitkForKsp2.Controls/main/LICENSE",
10+
"hideInEditor": false,
11+
"keywords": [
1112
"ui",
1213
"ksp",
1314
"mods"

0 commit comments

Comments
 (0)