You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 15, 2026. It is now read-only.
The App center API makes use of WWW which is deprecated in 2018 and in projects using "warnings as errors" this results in compile errors
The SDK should be updated to UnityWebRequest
This issue applies to
AppCenterEditorHttp.cs
EditorCoroutine.cs
I've worked around this issue for now using
#pragmabut this should be fixed properly