https://github.com/striderzz/unity-endless-runner-procedural-generation
Endless Runner Procedural Level Generation Mobile Unity Template
https://github.com/striderzz/unity-endless-runner-procedural-generation
endless-runner endless-runner-game endless-runner-game-unity unity unity-endless-runner unity-mobile-game unity-procedural unity-template
Last synced: 9 months ago
JSON representation
Endless Runner Procedural Level Generation Mobile Unity Template
- Host: GitHub
- URL: https://github.com/striderzz/unity-endless-runner-procedural-generation
- Owner: striderzz
- Created: 2024-01-11T15:18:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T16:06:48.000Z (almost 2 years ago)
- Last Synced: 2024-01-19T17:27:30.000Z (almost 2 years ago)
- Topics: endless-runner, endless-runner-game, endless-runner-game-unity, unity, unity-endless-runner, unity-mobile-game, unity-procedural, unity-template
- Language: HLSL
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
