striderzz / Unity-Endless-Runner-Procedural-Generation

Endless Runner Procedural Level Generation Mobile Unity Template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unity3D Endless Runner Procedural Generation

Create captivating and dynamic endless runner games with ease using this Unity template featuring procedural level generation optimized for mobile platforms.

Customize Platform Generator Script

The Platform Generator script in this project is designed to be easily customizable to fit your specific game requirements. Follow these instructions to tailor the script to your needs:

Adjust Parameters

Open the PlatformGenerator.cs script in your Unity editor or preferred code editor. Within the script, you'll find parameters that you can customize:

  1. Number of Tiles (maxPlatformCount):

    • maxPlatformCount determines the maximum number of platform tiles generated. Adjust this value to control the length of your level.
  2. Tile Sizes (blockLength):

    • blockLength represents the size of each platform block. Modify this value to change the length of individual tiles.
  3. Types of Block Prefabs (platformBlockPrefabs):

    • platformBlockPrefabs is an array of GameObjects representing different types of platform blocks. Customize this array with your own block prefabs.

Types of Block Prefabs

Features

  • Procedural Level Generation: Infinite and unique level layouts for endless gameplay variety.
  • Mobile-Optimized: Designed for seamless performance on iOS and Android devices.
  • Easy Integration: Quickly integrate into your Unity project using a straightforward setup.
  • Casual Game Framework: Perfect for developing casual and addictive endless runner experiences.
  • Dynamic Obstacle Placement: Smart algorithms for placing obstacles, enhancing gameplay unpredictability.

Screenshots

Screenshot (1527)

About

Endless Runner Procedural Level Generation Mobile Unity Template


Languages

Language:HLSL 84.4%Language:C# 15.6%