skip to Main Content

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


  1. Yes it is possible use UnityPsdImporter

    https://github.com/Banbury/UnityPsdImporter

    Login or Signup to reply.
  2. 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.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search