I’m working on 1-2 plugins and I’m wondering if I can include extras in the plugin that are not just .lua files.
For example - images, sounds etc.
Thanks
I’m working on 1-2 plugins and I’m wondering if I can include extras in the plugin that are not just .lua files.
For example - images, sounds etc.
Thanks
Yes you can
Thanks, appreciate it
Can you say a little bit more how to do it? I placed image in the folder and provided path to them via plugin path and it doesn’t work.
Do you have to provide path in some other way?
Did you ever figure it out MagiCode? I’m getting the same issue.
it should be “plugin/myImage.png” it is probably a good idea to put you plugin images in folder with you plugins name to avoid conflict. Like if you have a plugin called googleDrive, create folder inside the your plugin folder called “googleDrive” (this name is this explanation use your own plugin name) load all you images inside this folder and it should now be “plugin/googleDrive/myImage.png”
Engineering is investigating. Hopefully there will be a solution to this. In the mean time if you can work your Lua plugins to avoid images that would be great.
Rob