Dyslexian coder
Dyslexian coder

Reputation: 51

Problem importing Vector shapes in .psb to Unity?

My .PSB file in photoshop has my character that is made up of vector shapes.I haven't rasterized it. When I import that .psb file to Unity , nothing shows. But if I rasterize it , it works. I want to use vector shapes without rasterizing so that I can make changes to it easily later on. Is there any way to do it ? or Am I just heading into wrong direction ?

Upvotes: 0

Views: 527

Answers (2)

Had the same. Please check your "Image Mode" settings in Photoshop. It should be "8 Bits/Channel"

Image Settings

Upvotes: 0

KYL3R
KYL3R

Reputation: 4073

Unity added SVG Support some time ago:

https://blogs.unity3d.com/2018/07/10/2018-2-is-now-available/#svg

But it's a package afaik. Go to Package Manager and download it. You may have to enable Preview Packages to be able to see it in the list.

I cannot guarantee that it will work with photoshop files out of the box.

Upvotes: 1

Related Questions