You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I would like to install the asset in a subdirectory, e.g. Assets/Externa/Ros2ForUnity. This way I can organize not self-made assets in one place.
Describe the solution you'd like
Currently this would result in a runtime error, because the accompanying xml files are then not found. The asset path is hardcoded.
I know little of Unity, but I imagine there is some path tools to provide the current script path, from which other resources could be located. That seems more robust.