Dependencies

Hi there!

A very easy question. I have the following two dependecies in my game.project

https://api.playfab.com/sdks/download/defold
https://github.com/subsoap/defos/archive/master.zip

How should I change them in order to depend on a fixed version and not the last one? I know this should be very easy, but I am a completely noob on this…

Thanks!

Go on github - releases and save the the link to the .zip file

2 Likes

@Dat_Indie done for defos! Thank you!

1 Like

For the PlayFab one you may want to download the zip and include its contents in your project / host the zip on a local file server and reference that instead / put up your own repo on git to reference for the specific version you know works.

1 Like

@Pkeod thank you so much!

Are the hints in your answer all valid alternatives, right?

For PlayFab this probably works as well:

https://github.com/PlayFab/LuaSdk/raw/0.102.210816/Defold/PlayFabClientSdk.zip

1 Like