consulo / UnityEditorConsuloPlugin

Consulo plugin for UnityEditor
Apache License 2.0
18 stars 2 forks source link

Unity UPM throws errors #25

Open TCROC opened 3 years ago

TCROC commented 3 years ago

image

The errors are:

UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at /home/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:310)
Error searching for packages.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at /home/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:310)
[PackageManager] Error Request [GET https://upm.consulo.io/-/v1/search?text=com.consulo&from=0&size=250] failed. One or more invalid parameters was given.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions() (at /home/bokken/buildslave/unity/build/Editor/Mono/EditorApplication.cs:310)

OS: Ubuntu 18.04 Consulo Unity UPM Plugin Version: 2.4.0

TCROC commented 3 years ago

This occurs when the registry is added. Not from the plugin. So I'm assuming its an issue with the consulo registry.

VISTALL commented 3 years ago

Hello. I saw this problem. It's only bug with this request from Unity. Unity tried download all packages and failed. Low priority

parmaia commented 3 years ago

On my side, the problem is that after the error, Unity can't load the complete list of packages so I can't install additional packages after the Consulo plugin is present.

Using Unity 2019.4.10f1, Consulo 2020.11 and Windows 10.

TCROC commented 3 years ago

On my side, the problem is that after the error, Unity can't load the complete list of packages so I can't install additional packages after the Consulo plugin is present.

Using Unity 2019.4.10f1, Consulo 2020.11 and Windows 10.

@VISTALL If this is the case, I think this bug should be moved to a higher priority

liambilly9 commented 1 year ago

This occurs when the registry is added. Not from the plugin. So I'm assuming its an issue with the consulo registry.

so whats the solution

VISTALL commented 1 year ago

@liambilly9 just use git repository (info in README). UPM for now I'm not recommend to use