Skip to content

Commit c2122dc

Browse files
committed
Setup package assemblies
1 parent 7846327 commit c2122dc

21 files changed

+14
-129
lines changed

CHANGELOG.md.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.

Documentation~/Template.md

Whitespace-only changes.

Editor.meta

Lines changed: 0 additions & 8 deletions
This file was deleted.

Editor/Zigurous.Template.Editor.asmdef

Lines changed: 0 additions & 15 deletions
This file was deleted.

Editor/Zigurous.Template.Editor.asmdef.meta

Lines changed: 0 additions & 7 deletions
This file was deleted.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unity Package
1+
# UI Toolkit
22

33
## Installation
44

@@ -10,4 +10,4 @@ To load a package from a Git URL:
1010
2. Click the add (`+`) button in the status bar
1111
3. Select **Add package from git URL** from the add menu
1212
4. Enter the following Git URL in the text box and click Add:
13-
`https://github.com/zigurous/unity-package-template.git`
13+
`https://github.com/zigurous/unity-ui-toolkit.git`

README.md.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.

Runtime.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.

Runtime/Zigurous.Template.asmdef

Lines changed: 0 additions & 13 deletions
This file was deleted.

Tests/Runtime/Zigurous.Template.Tests.asmdef renamed to Runtime/Zigurous.UI.asmdef

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"name": "Zigurous.Template.Tests",
3-
"references": [],
2+
"name": "Zigurous.UI",
3+
"references": [
4+
"GUID:75469ad4d38634e559750d17036d5f7c"
5+
],
46
"includePlatforms": [],
57
"excludePlatforms": [],
68
"allowUnsafeCode": false,

0 commit comments

Comments
 (0)