TERRAFORGE Documentation
  • WELCOME!
    • πŸ‘‹Hello!
    • 🏷️Supported Unity Versions & RPs
    • πŸ—ΊοΈRoadmap
    • πŸ–οΈChangelogs
    • 😎Support & Community
    • πŸ‘½FAQs
  • GETTING STARTED
    • πŸ”ŒInstallation & Setup
    • πŸŽ–οΈCreating New Terrains with TerraForge 2
    • β›΅Demos & Samples
  • HOW IT WORKS
    • 🧾Documentation & Code
    • πŸ—»Terrain Generator
    • ⛰️Terrains Grid Generator
    • πŸŒ‹Biomes Settings
    • 🏝️Terrain Painter
    • πŸ˜‡TerraForge Helper
    • βš™οΈGlobal Settings
    • πŸ“₯Save Biome Settings
    • πŸ“‡Load Biome Settings
    • πŸ’ͺRuntime Scripting API
Powered by GitBook
On this page
  1. GETTING STARTED

Installation & Setup

Follow these steps to seamlessly integrate TerraForge 2 into your Unity project!

PreviousFAQsNextCreating New Terrains with TerraForge 2

Last updated 9 months ago

Step 1: Installing Required Packages

TerraForge 2 relies on additional packages for optimal performance:

  • Burst: Optimizes performance using Unity's Burst compiler.

  • Mathematics: Provides essential mathematical functions and structures.

  • Post-Processing: Enhances visual quality through post-processing effects (needed for demo scenes).

Before installing TerraForge 2, check that these packages are installed. If they are not installed, you will need to install them manually to ensure compatibility and functionality.

Step 2: Installing TerraForge 2

  1. Open your Unity project.

  2. Navigate to the Unity Asset Store or your preferred source where you acquired TerraForge 2.

  3. In Unity, open the Package Manager window (Window > Package Manager).

  4. Find TerraForge 2 in your list of assets under "My Assets" or "In Project".

  5. Click on "Install" to add TerraForge 2 to your project.

  6. In the import window, make sure all components are selected and click "Import".

Step 3: Customizing Global Settings

The global settings file has already been created and does not need to be created again. To customize the global settings:

  1. Go to Tools > TerraForge 2 > Global Settings.

  2. Check if all necessary objects are assigned in the Global Settings window.

  3. If any objects are missing, click on the "Auto Assign Objects" button to automatically assign the required objects.

By following these steps, you can ensure that TerraForge 2 is set up correctly and ready for use in your Unity project.

πŸ”Œ