Reputation: 527
I want to enable/disable layer of .psd file in unity3d using C#. Is it possible to access photoshop file in unity3d?
Thanks
Upvotes: 1
Views: 2530
Reputation: 1
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.
Upvotes: 0
Reputation: 68
Yes it is possible use UnityPsdImporter
https://github.com/Banbury/UnityPsdImporter
Upvotes: 4