Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Hi. I bought it! First of all, I checked how Spine 2D animation works.

Do I understand correctly that it is necessary to make 2 spine animations - albedo and normal? (This will be easy inside Spine2D).

For metallicity, emissivity and roughness, do I also need to create each Spine sprite?

Hi!

In principle it works the same as bitmap sprites, you need different sprites (albedo/color, normal, roughness, etc), each of which will be drawn in a different pass: normals, etc. You can use Crystal_Material() or submit your own code for each pass using crystal_pass_submit(). I suspect it is possible to do this using skins in Spine? (but I believe you have to use crystal_pass_submit for this).

Thank you for purchasing, I hope you enjoy it ^^