Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
OneeMe committed Aug 28, 2023
1 parent 414cddf commit 8a529d4
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 16 deletions.
Empty file modified Scripts/build.sh
100644 → 100755
Empty file.
1 change: 0 additions & 1 deletion package/ProjectData~/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.autostreaming": "1.0.0",
"com.unity.modules.cloth": "1.0.0",
"com.unity.modules.director": "1.0.0",
"com.unity.modules.imageconversion": "1.0.0",
Expand Down
13 changes: 0 additions & 13 deletions package/ProjectData~/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -315,19 +315,6 @@
"source": "builtin",
"dependencies": {}
},
"com.unity.modules.autostreaming": {
"version": "1.0.0",
"depth": 0,
"source": "builtin",
"dependencies": {
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.modules.unitywebrequestassetbundle": "1.0.0"
}
},
"com.unity.modules.cloth": {
"version": "1.0.0",
"depth": 0,
Expand Down
4 changes: 2 additions & 2 deletions package/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "com.unity.template.picovr",
"displayName": "PICO VR",
"version": "1.0.0",
"version": "2.3.0",
"type": "template",
"host": "hub",
"unity": "2022.8",
"unity": "2022.3",
"description": "This is a PICO VR project that uses Unity's built-in renderer.",
"dependencies": {
"com.unity.collab-proxy": "2.0.7",
Expand Down

0 comments on commit 8a529d4

Please sign in to comment.