Unity-Technologies / multiplayer-community-contributions

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

fix(websocket): add netcode for gameobjects dependency #155

Closed jasonboukheir closed 2 years ago

jasonboukheir commented 2 years ago

Add "com.unity.netcode.gameobjects": "1.0.0-pre.5" dependency to websocket transport package.json.

unity-cla-assistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

jasonboukheir commented 2 years ago

Does the version need to be bumped? Or will that get bumped automatically with CI?

LukeStampfli commented 2 years ago

We don't have dependencies to the netcode for gameobjects package in the community transport packages by default. How we manage dependencies and CI for external github packages like this is something we are still figuring out.

LukeStampfli commented 2 years ago

Closing this as for now we'll not add dependencies to netcode.