LogicalError / realtime-CSG-for-unity

Realtime-CSG, CSG level editor for Unity
https://realtimecsg.com
MIT License
735 stars 77 forks source link

[FR] Avoid hardcoded paths in the code to allow moving of the asset anywhere in the project #300

Closed VergilUa closed 2 years ago

VergilUa commented 4 years ago

It would be nice to have all icons / textures locations to be handled by the Unity's asset database. Right now there's some material textures and icons that will break / lead to errors if the asset is moved anywhere else than assets folder or will make them invisible.

This prevents proper project structure. E.g. RealtimeCSG cannot be moved to /Assets/_ThirdParty/RealtimeCSG without source code modifications.