I want to enable/disable layer of .psd file in unity3d using C#.
Is it possible to access photoshop file in unity3d?
Thanks
I want to enable/disable layer of .psd file in unity3d using C#.
Is it possible to access photoshop file in unity3d?
Thanks
2
Answers
Yes it is possible use UnityPsdImporter
https://github.com/Banbury/UnityPsdImporter
There’s no need for plugins.
Photoshop has an option which you fund under
File
>Export
>Layers to files
and choose the file path where your sprites are.