britzl / steamworks-defold

Steamworks support for Defold using the Defold extension system
34 stars 6 forks source link

Move Steam libraries to res directory #16

Closed dapetcu21 closed 4 years ago

dapetcu21 commented 4 years ago

This removes the extra setup step of copying the libs to your bundle_resources dir (which I would have to do manually in my build script and it's a bit of pain to download, then unzip from github), whilst not breaking anything that wasn't already broken (running from the editor).

Fixes #9

britzl commented 4 years ago

Could this maybe also be solved by an editor extension script and the on_build_finished hook?

dapetcu21 commented 4 years ago

It could, but that's a separate issue from this (bundling the libs in the right directory).

britzl commented 4 years ago

Ah, I get it now. Ignore my previous comment. This solves the immediate issue.