rlabrecque / Steamworks.NET

Steamworks wrapper for Unity / C#
http://steamworks.github.io
MIT License
2.84k stars 369 forks source link

Unable to add Package when trying to upgrade package in Unity #641

Open flarb opened 3 months ago

flarb commented 3 months ago

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 ()
rlabrecque commented 3 months ago

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.

flarb commented 3 months ago

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

rlabrecque commented 3 months ago

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