Skip to content

Commit d1c9b75

Browse files
chore: add unity web browser to unity 6 sample to fix tests
1 parent 6e673fe commit d1c9b75

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

sample-unity6/Packages/manifest.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"com.unity.ugui": "2.0.0",
1818
"com.unity.uiextensions": "2.2.4",
1919
"com.unity.visualscripting": "1.9.7",
20+
"dev.voltstro.unitywebbrowser": "2.2.7",
21+
"dev.voltstro.unitywebbrowser.engine.cef": "2.2.7",
22+
"dev.voltstro.unitywebbrowser.engine.cef.win.x64": "2.2.7",
2023
"com.unity.modules.accessibility": "1.0.0",
2124
"com.unity.modules.ai": "1.0.0",
2225
"com.unity.modules.androidjni": "1.0.0",
@@ -71,6 +74,14 @@
7174
"scopes": [
7275
"com.unity.uiextensions"
7376
]
77+
},
78+
{
79+
"name": "VoltUPR",
80+
"url": "https://upr.voltstro.dev",
81+
"scopes": [
82+
"dev.voltstro",
83+
"org.nuget"
84+
]
7485
}
7586
]
7687
}

0 commit comments

Comments
 (0)