A. Backend pseudo (Node.js/Express)

/* POST /generate-level body: { prompt: "small forest with 10 trees, one river" } returns: { id, status, thumbnailUrl, sceneJsonUrl } */ Backend handles the prompt, calls a generator (procedural algorithm or external model), writes scene JSON and thumbnail, responds with metadata.

B. Unity ingestion (C# outline)

using UnityEngine; using UnityEngine.Networking; using System.Collections;

Gd Bot Mobile -

A. Backend pseudo (Node.js/Express)

/* POST /generate-level body: { prompt: "small forest with 10 trees, one river" } returns: { id, status, thumbnailUrl, sceneJsonUrl } */ Backend handles the prompt, calls a generator (procedural algorithm or external model), writes scene JSON and thumbnail, responds with metadata.

B. Unity ingestion (C# outline)

using UnityEngine; using UnityEngine.Networking; using System.Collections;

Sign up to our newsletter
Always be the first to know about new products, updates and company news
  • This field is for validation purposes and should be left unchanged.