sr4dev / Unity-SpriteAssist

Unity Sprite mesh extension
https://github.com/sr4dev/Unity-SpriteAssist
233 stars 29 forks source link

Setting default import values #71

Closed lgarczyn closed 2 months ago

lgarczyn commented 2 months ago

For context, our project has about 3000 sprites

Currently the only realistic way to update them all is to inject the settings into every single meta file through regex

The package is also not compatible with presets, so using the PresetManager or the folder preset enforcer

Is there a way to just pick a some sensible values for all imports ?

lgarczyn commented 2 months ago

Well nevermind, the goal was to use this with the spriterenderer