SSS Map Generator
SSS Map Generator is an asset that generates maps in the Slay the Spire style with flexible customization.

* This page contains affiliate links, meaning we may earn a small commission if you purchase something through them, at no extra cost. $15
- Category:
- Tools › Level-design
- Developer:
- loloop
- Price:
- $15
- Rating:
- Favorites:
- 39
- Supported Unity Versions:
- 2022.3.20 or higher
- Current Version:
- 1.0.2
- Download Size:
- 18.08 MB
- Last Update:
- Nov 8, 2024
- Description:
- SSS Map Generator is an asset that generates maps in the Slay the Spire style. It allows for creating maps like Slay the Spire or unique ones based on your ideas. The asset uses TextMeshPro and InputSystem, so please install them beforehand.
Features include:
* Changing icons for each node
* Configuration of various nodes (e.g., enemies, bosses, shops, etc.) with customizable settings
* Setting spawn rates, appearing floors, fixed floors, etc. for each type of node
* Number of floors, routes, and active routes
* Size of normal nodes, start nodes, and final nodes
* Distance between floors and routes
* Changing background images of the map and adjusting margins between map and background
* Various path settings (color, thickness, padding, etc.)
* Drag sensitivity
* Option to create a start node
* Option to offset nodes for placement
* Option to display text on nodes
* Option to allow path intersections
* Option to enable completely random placement
* Whether to use a random or fixed seed for map generation
* Gamepad support
Note that SSS Map Generator does not have a map saving feature. The map will be maintained during gameplay even when switching scenes, but please note that you cannot resume from the middle of the map after the game ends. However, using the seed allows for generating the same map at any time.
You will need to touch some programming to execute each node (enemy, shop, etc.). The programming required is very simple.
If you create a game using this asset, please let me know. If desired, I can include a link to your store here. - Technical Details:
- The supported version is 2022.3.20f1, but any version will work since the script is the main asset. However, please use one of the following versions where the 'FindFirstObjectByType' method works: 2020.3.4, 2021.3.18, 2022.2.5, 2022.3, or 6 or later.
- Continue »