Skip to main content

🎨 Art

Create​

Create captivating textures for your game objects using our Texture Generator. Customize patterns, colors, and styles to craft unique visuals that breathe life into your game world.

Generated textures are not guaranteed to be tile-able. A texture tiling tool is coming soon.

Tips
- Use concise and descriptive language to describe the texture you want
- Specify the word "texture" if you are requesting textures
- Available image resolutions are Low=256px, Medium=512px, High=1024px

Example Usage​

Inputs
Response Creativity   = 0.5
Image Size = Low
prompt = A brick wall texture displaying prominent signs of erosion

Output

Figure 1. Art texture generator output

Notes
  • Textures are automatically downloaded and saved into the WingmanResponses folder so no data loss occurs if the Unity editor is closed before the texture is saved.
caution
  • Generating art is by far the most costly use of the OpenAI API. If you are concerned about costs we provide a cost estimation for each generation in the art creation window.

Color Palette Generator​

Generate harmonious color palettes for your game using the color palette generator

Example Usage​

Inputs
Response Creativity   = 0.5
Number Of Colors = 6
prompt = A cozy pastel color palette suitable for a cozy game

Output

Here are six cozy pastel colors generated in RGBA format:

\```json
{
"results": [
{"r": 0.97255, "g": 0.73725, "b": 0.81569, "a": 1.00000},
{"r": 0.78431, "g": 0.87451, "b": 0.82745, "a": 1.00000},
{"r": 0.87451, "g": 0.83137, "b": 0.73725, "a": 1.00000},
{"r": 0.81569, "g": 0.73725, "b": 0.86667, "a": 1.00000},
{"r": 0.73725, "g": 0.84706, "b": 0.87451, "a": 1.00000},
{"r": 0.89412, "g": 0.73725, "b": 0.78039, "a": 1.00000}
]
}
\```

These colors are carefully selected to create a cozy and harmonious pastel color palette suitable for a cozy game.

Figure 2. Color Palette generator output

As seen the output is provided in text format as well as in Unity color picker selectors. The "R", "G", "B" and "A" buttons can be clicked to quickly copy the value seen in the text box.