Moonlander SDK for Unity Quick Guide
v1.0.0-alpha.6
v1.0.0-alpha.6
  • πŸ‘‹Welcome to Moonlander
  • Fundamentals
    • πŸ› οΈGetting set up
      • 🌍Hello Virtual World!
      • 🀩Generator Stack Presets
      • πŸ€–Using The Copilot
  • πŸš€Explore Topics
    • πŸ—ΌHigh Level Overview
    • πŸ€“Library
      • Asset Tagging
    • ☸️Generator
      • Global Generator
        • Map Generator
        • TerraformerGenerator
        • SkyShaperGenerator
        • ColorGradingGenerator
      • Bounds Generator
        • ObjectPlacementGenerator
        • PlaneGenerator
        • TerrainGenerator
    • πŸ”΅Multi Shader
    • πŸ—„οΈDataRegistry
    • πŸ”°Layers
    • πŸ”ƒAsset Loader
    • βš’οΈAI Toolkit
      • AI Color Palette
      • AI Skybox Generator
  • Licenses
  • Changelog
  • πŸƒβ€β™‚οΈRun Time API
    • Run Time Examples
Powered by GitBook
On this page
  1. Explore Topics

High Level Overview

This page describes all the high level concepts of the Moonlander SDK

PreviousUsing The CopilotNextLibrary

Last updated 1 year ago

If you have followed the fundamentals in Getting set up, you have already touched all the important components of Moonlander. When you look at the Shapeshifter overlay, you will see all of them in one user interface:

  1. Copilot (optional). The Copilot is a LLM that can generate scenes for you through a text prompt.

  2. Library. The Library stores all your 3D Assets, Skyboxes, and Terrain Textures. When you generate a terrain, Shapeshifter will look into your Library to find everything it needs to generate a terrain to your liking. So the better your Library, the better your worlds! We have provided a BoosterPack with a lot of Assets to start out with, but we highly recommend in creating your own Library as well.

  3. Generator. A Generator is a Base Class that instructs Shapeshifter how to build up the scene. All your Generators together are called the Generator Stack, which consists of several types of Generators. The Generators are highly customisable, so knowing all the different settings are crucial for creating a virtual world exactly how you would like.

Since we have already covered the Text Prompting in Using The Copilot, let's quickly move to the Library!

πŸš€
πŸ—Ό
The Shapeshifter overlay that connects you to the Library, Generator and Copilot.