heroiclabs / nakama-unity

Unity client for Nakama server.
https://heroiclabs.com/docs/unity-client-guide
Other
407 stars 75 forks source link

Unity - Investigate whether copying of package for asset store release process generates new GUIDs #137

Closed lugehorsam closed 1 year ago

lugehorsam commented 2 years ago

For example we want our .asmdef (and any other scripts we eventually publish with the Unity repo) GUID to remain stable.

lugehorsam commented 1 year ago

After some investigation -- it does not.

We've also added an automated .unitypackage generating script to ensure this is much less likely to occur in the future.