TilemapExtended
JPawlowitz
$15.95
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
10/18(2023) |
15.95 |
10/18(2023) |
11.16 |
11/01(2023) |
15.95 |
11/07(2024) |
15.95 |
Jump AssetStore
TilemapExtended expands on Unity Tilemaps by providing cell data storage and grid methods.Documentation | Quickstart | RoadmapEasily prototype and build projects based on Unity Grid and Tilemaps:Want to know which objects are currently on which tile?Want to apply a movement multiplier when crossing certain terrain?Want to know if there are enemy units on neighbouring tiles?Want to know how far a certain movement range will get you?Implementing data, access and functionality for all these problems is really time consuming.TilemapExtended helps you focus your effort on what really matters by making data cell storage and grid functionality, like finding neighbours or paths, really easy. FlexibleTilemapExtended is easy to integrate and doesn't force a workflow on you unlike bigger frameworks. It's just a tool to support you with specific time consuming tasks.ModularScripts are structured to be as independent as possible. Only interested in grid methods without saving data? Just use the static GridUtility classes and implement your own data store.Easy to useAuto-detect Grids and Tilemaps. TilemapExtended looks through different Tilemap layers and detects the correct grid type automatically - different grids, same methods.Saving data as scriptable object instances lets you keep an overview and edit data for many Tiles quickly through the inspector.Its highly suggested to have a look at the documentation - read a tutorial or see if the methods you need are included. Any questions left? Any issues?I'm happy to help you out - just get in contact :)Create and link custom data to any Unity Tile with an editor scriptEasliy edit data in the inspectorAccess and modify data individually at runtimeGrid methods like neighbours, distances, etc.Supports 2D rectangular and hexagonal gridsBasic pathfinding with A*Performant for up to thousands of tilesThorough documentation with tutorials and roadmap/updates