I just purchased this package, can you give me a hint on how to handle the weapon change in the game? (I am using Godot) I want to change weapons like any game, using an inventory or something similar. Could I get in touch with you by email or something similar to ask a few questions? Thanks in advance.
Viewing post in Character Creator 2D - Modern comments
You can try this. Export your characters layer by layer with only 1 layer visible (only 1 piece of clothing, only the gun, etc) and then in godot instead of just importing 1 spritesheets, you import the various spritesheets, stack them and then you can change them at runtime to equip different clothes, guns, etc