What’s New
Getting Started

Road Component

Last Updated: November 8, 20240.7 min read

Description

The Road component provides a specialized spline-based system for creating roads and pathways in the game world. This component not only places a road along a spline but also includes features like lane markings, road curvature, and terrain alignment, making it ideal for vehicular gameplay or outdoor environments.

Usage

Road components are commonly used in games to create realistic road systems for vehicles to follow. They handle terrain deformation, road texture application, and other road-specific details such as curves, intersections, and surface variations.

Key Properties

  • Spline Path: Defines the path of the road.
  • Lane Count: Specifies how many lanes the road has.
  • Width: Controls the width of the road.
  • Surface Texture: The texture or material applied to the road surface (e.g., asphalt, dirt).
  • Terrain Alignment: Automatically adjusts the road to match the underlying terrain.

Feedback

Please be sure to submit issues or feature requests through the embedded feedback form. In the event it is a major issue please contact us directly through Discord.

Table of Contents