Is there a way to get a resource with an ID?
For example, I currently do : this.templateAsset = this.app.assets.get(182392369);
But when then the project gets forked all the IDs changed so this code would not work in forked project.
Is there a better way to get resources?