netpyoung / unity.webp

:art: WebP made easy for Unity3d
https://netpyoung.github.io/unity.webp/
MIT License
237 stars 28 forks source link

how about the (Texture atlas) #9

Closed Turkm closed 6 years ago

Turkm commented 6 years ago

hi, (again) since we cant see the image in editing time and just see it at the runtime so i figured out that we cant use Texture atlas and we cant use these images for 2D skeletal animation like Spine2d or Spriter2D, am i right or there is a turn around?

netpyoung commented 6 years ago

simply yes. it is hard to see on edit mode.

on SpriteAtlas you can not access api. but spine2d, you can access code and you can modify viewing even editor mode.

Turkm commented 6 years ago

actually im using Puppet2D which is an asset written in C# for unity, and of course i have the source so i can access it's api, thanks for the answer. 🥇