Character Maker
A component to generate character meshes. The character maker is an integrated component, you can use the configured component as a separate file or place inside a scene.
Right now here is a simple implementation. You can use the maker as a template for integration own or third-party generator.
Properties Name
| Description
|
---|
Height
| The height of the character.
|
Color
| The color multiplier.
|
Create Mesh Component
| Whether to generate mesh internally inside the component. Use CreatedMesh property to get access.
|
See also