Unity-Technologies / multiplayer-community-contributions

Community contributions to Unity Multiplayer Networking products and services.
MIT License
421 stars 161 forks source link

Unable to add package [com.community.netcode.transport.photon-realtime] #159

Closed ReedySpeedy closed 2 years ago

ReedySpeedy commented 2 years ago

I am getting the error: Unable to add package [com.community.netcode.transport.photon-realtime]

I am pasting com.community.netcode.transport.photon-realtime into the "Add package from git URL..." Any suggestions/help on what I am doing wrong?

image
LukeStampfli commented 2 years ago

You have to use the full URL e.g: https://github.com/Unity-Technologies/multiplayer-community-contributions.git?path=/Transports/com.community.netcode.transport.photon-realtime

ReedySpeedy commented 2 years ago

Thank you @LukeStampfli !!!! It worked!