Jump to content

An automatic way to gather all assets used


photo

Recommended Posts

Hello,

I have a node file, referencing other assets (materials, shader, textures, etc) all over the place (in other folders). I need to consolidate data in another location (the node file + all these resources). Doing all this manually from editor (right click and choose Show Assets Used recursively and then copy them outside) would take me days in this case. Is there an automated way to do this (preferable in editor, in GUI, without me writing code/script)?

Regards,
Adrian L.

Link to comment

Hi Adrian,

I'm afraid, there is no similar functionality available, so you need to write your own code to do that. Here's the similar topic: 

If you considering to manual assets moving between different projects you can use asset packages for that: https://developer.unigine.com/en/docs/2.15/editor2/assets_workflow/assets_migration

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Link to comment
×
×
  • Create New...