I’m asked to Fetch Libraries, but I already did it…
Questions:
1/ Is there something specific I missed in the process?
2/ Is there a “manual” way to add libraries? (if the method mentioned above -which is great though- doesn’t work) I mean, directly in Defold’s directory or something…
These are not the Defold libs. You can only use fetch method for Defold Native Extensions/Assets.
You can use Lume & Vivid(.lua files) by just putting them in a folder and require it. Paths are relative to the project folder. If you put those files in project_path/modules/lume.lua then you can require it by lume = require "modules.lume"
Oh ok, thank you for the explanation! Before your message, there was no clear difference in my mind between Defold and non-Defold extensions, but it’s clear now.
Just installed and required both libraries, it works fine