Skip to main content

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

Character Creator 2D

Character creation and customization tool · By mochakingup

Unity, procedural generated characters

A topic by BaronOfBattle created Apr 30, 2020 Views: 653 Replies: 1
Viewing posts 1 to 2

Hi, I am wanting to purchase the Unity version of this great tool, but I am wanting to check if it would work in the following way:

1. Create a custom character creation screen, limiting the user to only body-related features and save the JSON data. 

2. Use the user's JSON data to present the character at a later stage but dynamically change the weapon/clothing sets based on certain data in code (e.g.  equipped items in an inventory).

Thanks

Developer

Hello,

Yes these are possibles with the Unity version! 

You can modify the Creator UI to fit your need, or you can create your own.

Before you commit to anything tho, I'd recommend checking out the documentation (http://bit.ly/CC2Ddoc) especially under the "Runtime Customization" section. It should cover most of your use case scenario.