Shopify / unity-buy-sdk

The Unity Buy SDK allows Unity developers to query and sell products from Shopify directly in Unity.
https://help.shopify.com/api/sdks/custom-storefront/unity-buy-sdk
MIT License
67 stars 23 forks source link

"Shopify" folder does not include version number #576

Open kevinfoley opened 5 years ago

kevinfoley commented 5 years ago

When importing the Unity Buy SDK into a Unity project, the main thing we'll be importing is the Shopify directory (located in this repository at Assets/Shopify.

There is no obvious indication of version number within the Shopify directory, which makes it extremely difficult to determine which version of the Buy SDK is installed when working with a project where the SDK was installed by someone else.

rebeccajfriedman commented 5 years ago

Thanks for logging this. I think it's definitely something we could be more explicit about. In the meantime, the version is available by looking at the scripts/version file.

kevinfoley commented 5 years ago

@rebeccajfriedman That doesn't help if someone else installed the plugin in the Unity project, since the scripts/version file is part of your source on GitHub, and not present in the Unity plugin files under Assets/Shopify.