Skip to content

Commit

Permalink
Merge pull request #2 from kurone-kito/fix-some-problems
Browse files Browse the repository at this point in the history
v0.1.1: Fixed some problems
  • Loading branch information
kurone-kito authored Mar 30, 2024
2 parents 34ae538 + 566ab21 commit 5e8fc1d
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/Assets/UdonSharp/** linguist-vendored
/Assets/** linguist-vendored
/Packages/*.json linguist-vendored
/Packages/com.*/** linguist-vendored
/Packages/dev.*/** linguist-vendored
Expand Down
6 changes: 3 additions & 3 deletions Packages/black.kit.launchpadicons/Examples/Container.prefab
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GameObject:
- component: {fileID: 7339179190918172860}
- component: {fileID: 5393029904756003162}
- component: {fileID: 5575773536154157405}
m_Layer: 5
m_Layer: 0
m_Name: Image
m_TagString: Untagged
m_Icon: {fileID: 0}
Expand Down Expand Up @@ -109,7 +109,7 @@ GameObject:
- component: {fileID: 6660981765119802423}
- component: {fileID: 7156894123859441195}
- component: {fileID: 3741506901044523706}
m_Layer: 5
m_Layer: 0
m_Name: Container
m_TagString: Untagged
m_Icon: {fileID: 0}
Expand Down Expand Up @@ -233,7 +233,7 @@ GameObject:
- component: {fileID: 4102195915821749610}
- component: {fileID: 1829421061468201682}
- component: {fileID: 1603239655964719121}
m_Layer: 5
m_Layer: 0
m_Name: Label
m_TagString: Untagged
m_Icon: {fileID: 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GameObject:
- component: {fileID: 4797875364873622401}
- component: {fileID: 9116745662230257361}
- component: {fileID: 8790105359860760869}
m_Layer: 5
m_Layer: 0
m_Name: ContainerGroup
m_TagString: Untagged
m_Icon: {fileID: 0}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14473,7 +14473,7 @@ GameObject:
- component: {fileID: 2008151004}
- component: {fileID: 2008151003}
- component: {fileID: 2008151009}
m_Layer: 5
m_Layer: 0
m_Name: Catalog
m_TagString: Untagged
m_Icon: {fileID: 0}
Expand All @@ -14492,7 +14492,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: fe87c0e1cc204ed48ad3b37840f39efc, type: 3}
m_Name:
m_EditorClassIdentifier:
m_Material: {fileID: 0}
m_Material: {fileID: 2100000, guid: 35630e38b4e5ffb40b44ec5348b4333f, type: 2}
m_Color: {r: 1, g: 1, b: 1, a: 0.392}
m_RaycastTarget: 1
m_RaycastPadding: {x: 0, y: 0, z: 0, w: 0}
Expand Down
6 changes: 2 additions & 4 deletions Packages/black.kit.launchpadicons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "black.kit.launchpadicons",
"displayName": "LaunchPad Icons",
"version": "0.1.0",
"version": "0.1.1",
"unity": "2022.3",
"description": "the icons VPM asset like the VRChat LaunchPad for the VRChat and Web",
"author": {
Expand All @@ -12,7 +12,5 @@
"dependencies": {
"com.unity.vectorgraphics": "2.0.0-preview.24"
},
"vpmDependencies": {
"com.vrchat.base": "3.5.1"
}
"vpmDependencies": {}
}
14 changes: 7 additions & 7 deletions Packages/vpm-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,22 +3,18 @@
"com.vrchat.core.vpm-resolver": {
"version": "0.1.26"
},
"dev.onevr.vrworldtoolkit": {
"version": "3.0.1"
},
"com.vrchat.worlds": {
"version": "3.5.2"
},
"dev.onevr.vrworldtoolkit": {
"version": "3.0.1"
}
},
"locked": {
"com.vrchat.core.vpm-resolver": {
"version": "0.1.28",
"dependencies": {}
},
"dev.onevr.vrworldtoolkit": {
"version": "3.0.1",
"dependencies": {}
},
"com.vrchat.worlds": {
"version": "3.5.2",
"dependencies": {
Expand All @@ -28,6 +24,10 @@
"com.vrchat.base": {
"version": "3.5.2",
"dependencies": {}
},
"dev.onevr.vrworldtoolkit": {
"version": "3.0.1",
"dependencies": {}
}
}
}
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

### 1. Import the registry via the VRChat Creator Companion (VCC)

**[Add to VCC](vcc://vpm/addRepo?url=https%3A%2F%2Fkurone-kito.github.io%2Fvpm%2Findex.json)**
Visit the **[VPM Catalogue page](https://kurone-kito.github.io/vpm/)** and click on the **Add to VCC** button.

### 2. Import the package to your project

Expand All @@ -24,8 +24,6 @@

### 3. Use the package, enjoy :D

(To be added)

## License

This repository is licensed under the [CC-BY-NC 4.0](LICENSE).

0 comments on commit 5e8fc1d

Please sign in to comment.