is it possible using Gif as sprite in rimworld.

Started by cloirecroms, November 13, 2020, 09:59:39 AM

Previous topic - Next topic

cloirecroms

As title say. is it possible? i want to try making animated sprite for animal etc. i wonder if its possible using  gif for sprite for a solution.

Canute

When you look at various mods they all use .png as textures. So i think Rimworld/Unity need this format.

cloirecroms

well if its based on Unity, we should be able to use sprite animation.
but does Rimworld support this? anyone tried?

Shinzy

Quote from: cloirecroms on November 13, 2020, 12:44:04 PM
well if its based on Unity, we should be able to use sprite animation.
but does Rimworld support this? anyone tried?

Animated sprites are possible but you'd need to create an amount of custom code by yourself

cloirecroms

i see, so i need to have more knowledge on C# than to make a new extension for this.

RawCode

google unity gif sprite rendering animation

this is not some "arcane" skill, all you need is to use code that already present, nothing special.