Unity-Technologies / multiplayer-community-contributions

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

fix: Resolve guid conflict between ruffles and extensions #146

Closed ranqn closed 2 years ago

ranqn commented 2 years ago

Folder com.community.netcode.extensions/Runtime/ and Transports/com.community.netcode.transport.ruffles/Runtime/ have the same guid in their meta files (both are bf82db3443f30474d8b29742e12d5760), which will cause conflict and prevent them from being imported at the same time.

This PR changes guid of com.community.netcode.extensions/Runtime/ to a new random value to resolve the conflict.

unity-cla-assistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.