unity-sds / unity-py

Apache License 2.0
2 stars 4 forks source link

Filename key #75

Closed mike-gangl closed 5 months ago

mike-gangl commented 5 months ago

Purpose

fixes an issue where U-DS was unable to update paths since they were expecting key == filename

when an asset is added with a relative path (e.g. ./myfile.txt) the asset key becomes "myfile.txt" instead of "./myfile.txt"

coveralls commented 5 months ago

Coverage Status

coverage: 86.009% (+0.1%) from 85.912% when pulling 9dbebeb51c8f7d1708bcc7398014ffbe3ef59d67 on filename-key into e72f999e07be45600f22ea393e3138653b4f9f12 on develop.