Object dir, however when I dive in it, it's blank (the Look in address bar turns red and I get “Directory does not exist” in place of the files list.I think it's important to mention that the asset is namespaced. I used naming convention described in the documentation:
node_name
So I have something like this:
com.mynamespace::asset_name::1.0
The problem does not seem to happen with assets that don't use namespaces like: asset_name, asset_name::1.0.
What am I doing wrong? How can I access extra files from namespaced assets?
