Jamshaid Alam
Jamshaid Alam

Reputation: 527

Is it possible to access Photoshop file (.psd) in Unity3d?

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

Answers (2)

BE_Tect
BE_Tect

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

projectsab
projectsab

Reputation: 68

Yes it is possible use UnityPsdImporter

https://github.com/Banbury/UnityPsdImporter

Upvotes: 4

Related Questions