TolinSimpson / Kitbashery-deprecated-

Official repository for Kitbashery a desktop application for managing 3D kitbashing libraries. Made in Unity.
GNU General Public License v3.0
6 stars 1 forks source link

Differing install locations causes loss of custom imports. #17

Open ghost opened 4 years ago

ghost commented 4 years ago

When you override an install with a new version any custom assets the user imported will persist. But if the user installs the new version in a new location their custom assets will not come along to that new destination.

Most of the time the user will install new versions in the same location each time. But it may be of benefit that assets are saved in appdata or to the users documents instead of the streaming assets folder. This however likely wont effect many users and would require an overhaul of the file system.