Diggable Terrains 2D
Script Boy
$30.00
Date |
Price |
---|---|
Date |
Price($) |
05/17(2024) |
29.99 |
05/17(2024) |
14.99 |
05/31(2024) |
29.99 |
09/02(2024) |
30.0 |
11/24(2024) |
30.0 |
Jump AssetStore
2D Diggable Fillable Dynamic Terrains :)This package enables you to easily create immersive environments where terrains can be modified in real-time. With a wide range of options, it allows you to create terrains of any shape, style, and scale.Main FeaturesShapes: Create terrains of any shape with a circle, box, polyline or spline.Holes: Create holes in the middle of terrains.Layers: Customize the colors and textures of terrains in 4 layers.Diggable: Remove terrain areas.Fillable: Add terrain areas.What's new in version 2.0.0?Improved Performance: In the previous version, the destruction was only based on the polygon clipping algorithm with a poor implementation. However, in the current version, the polygon clipping is heavily optimized. Additionally, a new solution has been added that utilizes the marching squares algorithm and chunking technique for maximum performance.Added Shapes: In the previous version, each terrain component had a list of points that formed a polygon. However, in the current version, you can create multiple shapes on a single terrain component. A shape can be defined by a circle, box, polyline, or spline.Added Holes: In the previous version, you were only able to dig along the edges of the terrain. However, in the current version, you can also start digging from the middle of the terrain.Added Layers: In the previous version, terrains only had a single layer of textures. However, in the current version, you can add a maximum of 4 layers, which will be blended by the Splat Map. A terrain layer describes textures and colors of terrains.Improved Edge UV Mapping: In the previous version, the UVs were generated by the CPU. However, in the current version, it is handled by shaders.Added Physics Mode: This experimental feature adds Rigidbody components to terrains.Shovel: In the previous version, the shovel was a simple circle. However, in the current version, it can be any shape.More Scripting API: In the previous version, you only had access to the shovel component with a few functions. However, in the current version, you can directly edit terrains without the shovel component.Added Fill Function: In the previous version, you were only able to dig terrain and remove areas. However, in the current version, you can also add areas. This function acts as the reverse version of the dig function.Collider Offset: In the current version, you can add an offset to the polygon collider.Source Code: Unlike the previous version, the source code is now included. However, please note that the documentation does not cover how it works. It only describes the main classes and functions.Not Compatible: It is not compatible with the previous version, so you may need to recreate terrains from scratch.Different Workflow: It has a slightly different workflow, so please refer to the PDF files for instructions.