Steamworks.NET icon indicating copy to clipboard operation
Steamworks.NET copied to clipboard

Unable to add Package when trying to upgrade package in Unity

Open flarb opened this issue 1 year ago • 4 comments

I tried clicking the update button in the package manager and nothing happens. If I paste the git URL in I get this error:

Package Manager Window] Error adding package: https://github.com/rlabrecque/Steamworks.NET?path=/com.rlabrecque.steamworks.net#2024.8.0.
Unable to add package [https://github.com/rlabrecque/Steamworks.NET?path=/com.rlabrecque.steamworks.net#2024.8.0]:
  Package name 'https://github.com/rlabrecque/Steamworks.NET?path=/com.rlabrecque.steamworks.net#2024.8.0' is invalid.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

flarb avatar Aug 21 '24 01:08 flarb

Hey Ralph, What version of Unity are you on? I was trying with 2019.4.40 and couldn't reproduce this; though it also doesn't have an update button, I had to remove and re-add the package.

rlabrecque avatar Aug 25 '24 18:08 rlabrecque

I'm using 2022.4.40

On Sun, Aug 25, 2024 at 11:29 AM Riley Labrecque @.***> wrote:

Hey Ralph, What version of Unity are you on? I was trying with 2019.4.40 and couldn't reproduce this; though it also doesn't have an update button, I had to remove and re-add the package.

— Reply to this email directly, view it on GitHub https://github.com/rlabrecque/Steamworks.NET/issues/641#issuecomment-2308951104, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACKQ3O2ZMXXQW4FFN4MMXLZTIPBPAVCNFSM6AAAAABM262PNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMBYHE2TCMJQGQ . You are receiving this because you authored the thread.Message ID: @.***>

-- Ralph A. Barbagallo III http://about.me/ralphbarbagallo (323) 863-5272

flarb avatar Aug 25 '24 23:08 flarb

I was able to repro it, and I think I figured it out; the URL you have is missing .git: https://github.com/rlabrecque/Steamworks.NET.git?path=/com.rlabrecque.steamworks.net#2024.8.0

rlabrecque avatar Sep 01 '24 01:09 rlabrecque