Hi, I have to read a .json with information that I'll include before building the plugin.
I've read files before, but they were physical files; not files inside a package.
I've tried to do something similar to the .cslist syntax and I've come with this solution: `SuperController.singleton.GetFilesAtPath("mrmr32.UVSwapper." + PLUGIN_VERSION + ":/" + path)`, but it always return an empty array (but at least it doesn't throw any error).
Anyone has done it before, or knows a plugin that does it?
Thanks.
I've read files before, but they were physical files; not files inside a package.
I've tried to do something similar to the .cslist syntax and I've come with this solution: `SuperController.singleton.GetFilesAtPath("mrmr32.UVSwapper." + PLUGIN_VERSION + ":/" + path)`, but it always return an empty array (but at least it doesn't throw any error).
Anyone has done it before, or knows a plugin that does it?
Thanks.