TexturePacker sprite sheets with Naninovel?

General development topics: using various Unity tools, publishing games, etc.
Post Reply
RCBrickz
Posts: 4
Joined: 08 Jul 2021 16:51

TexturePacker sprite sheets with Naninovel?

Post by RCBrickz »

Hello!

We've been using TexturePacker: https://www.codeandweb.com/texturepacker to create sprite sheets for our character animations.

Is it possible to use the sliced sprites from those sprite sheets as a resource for Naninovel characters?

We're aware that diced sprites is an option mentioned in the documentation. But we would like to know if TexturePacker can be used with Naninovel, since we're using a custom method to animate the characters used by Naninovel.

Thanks!

Elringus
admin
Posts: 521
Joined: 11 May 2020 18:03

Re: TexturePacker sprite sheets with Naninovel?

Post by Elringus »

Hi, I'm not familiar with TexturePacker, but if it produces something, that can be rendered with Unity's SpriteRenderer, you can use it with Naninovel's layered characters. Otherwise, you can use either generic or custom character implementations.

Post Reply