Closed M0rph3v5 closed 7 months ago
You say 'Github Master Branch' as your version, so you are using the local UWB dev project? But then you say the UWB is not appearing in the list, which is not possible using that project. So I'll assume your using VoltstroUPM. I don't know why its not appearing, but you can add it manually by clicking the plus icon, then 'add by name', then typedev.voltstro.unitywebbrowser
.
Also we don't support MacOS.
ah yeah my bad. I'm using the VolstroUPM.
I tried adding by name which results into an error about not finding the package
I'll check if I can get it to work on windows
the packages showed up when changing the url to something else and then back, they now showed up.
but now this error appears
Hmm odd. Looks like you might of not setup VoltstroUPM correctly.
If you open your project's Packages/manifest.json
file, it should look like this:
{
"dependencies": {
...
"dev.voltstro.unitywebbrowser": "2.0.2",
"dev.voltstro.unitywebbrowser.engine.cef": "2.0.2-113.3.1",
"dev.voltstro.unitywebbrowser.engine.cef.win.x64": "2.0.2-113.3.1",
...
},
"scopedRegistries": [
{
"name": "Voltstro UPM",
"url": "https://upm-pkgs.voltstro.dev",
"scopes": [
"org.nuget",
"dev.voltstro",
"com.cysharp.unitask"
]
}
]
}
No response in over a month, closing.
What platform are you experiencing this issue on?
MacOS
What architecture is your platform?
Other
What version of UWB are you using?
Github Master Branch
What Unity version are you running?
2022.3.18f1
Describe what the issue you are experiencing is.
inserted all packages from documentation, unitywebbrowser package is not visible, not when searched, added by name or anything.
Provide reproducible steps for this issue.
Any additional info you like to provide?
No response