Moonlander SDK for Unity Quick Guide
v1.0.0-alpha.4
v1.0.0-alpha.4
  • πŸ‘‹Welcome to Moonlander
  • Fundamentals
    • πŸ› οΈGetting set up
      • 🌍Hello Virtual World!
      • 🀩Generator Stack Presets
      • πŸ’‘PromptableTemplate
  • πŸš€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
Powered by GitBook
On this page
  1. Explore Topics

DataRegistry

DataRegistry is a collection that link generators to each other. This is a powerful tool in the creation of your terrains, as this makes it possible to depend the behaviour of terrain elements on other elements. For example, it makes sense to add Mushroom objects only on the grass and not on the road. With a DataRegistry this becomes trivial.

PreviousMulti ShaderNextLayers

Last updated 1 year ago

πŸš€
πŸ—„οΈ