Example Project

The plugin ships with an example project containing Blueprint examples for 3D model generation, texture creation, and provider configuration.


Download

A Blueprint-only project is available for each supported Unreal Engine version. Please download the one that matches your engine. All links point to Google Drive.

Requirements

The GenAI Model Generator plugin must be installed to your engine from the Fab store before opening these projects. Without it, the Blueprint project will have errors and fail to open. You will also need valid API keys for the providers you wish to test.

Engine Version Blueprint-Only Project
Unreal Engine 5.7 GenAIModelGenExample_UE5.7_BP.zip
Unreal Engine 5.6 GenAIModelGenExample_UE5.6_BP.zip
Unreal Engine 5.5 GenAIModelGenExample_UE5.5_BP.zip
Unreal Engine 5.4 GenAIModelGenExample_UE5.4_BP.zip
Unreal Engine 5.3 GenAIModelGenExample_UE5.3_BP.zip
Unreal Engine 5.2 GenAIModelGenExample_UE5.2_BP.zip
Unreal Engine 5.1 GenAIModelGenExample_UE5.1_BP.zip

What’s Inside

The example project demonstrates core features of the plugin:

Text-to-3D

A Blueprint actor that generates a 3D model from a text prompt using a configured provider. Demonstrates provider selection, prompt configuration, and importing the result into the Content Browser.

Image-to-3D

An example that converts a reference image into a textured 3D model. Shows how to pass a UTexture2D as input and handle the asynchronous generation pipeline.

PBR Texture Generation

Demonstrates generating seamless PBR texture sets (base color, normal, roughness, metallic) from a text prompt using Google Gemini.

Provider Switching

An example showing how to switch between providers (Meshy AI, Tripo AI, Fal.ai, Google) at runtime with different API keys and settings.


Quick Start

  1. Obtain API keys for the providers you want to test (see Getting API Keys).
  2. Open the example project in Unreal Engine.
  3. Enter your API keys in the example Blueprint actors or project settings.
  4. Press Play — the example actors will initiate generation requests.

Tip: Check the Output Log (Window > Developer Tools > Output Log) to see full request and response details.

× Full-size image