Edit of asset "GPU Tilemap" Accepted

Old/Current New/Edit
Title GPU Tilemap GPU Tilemap
Description This an alternative to the built in tilemap node for games that don't need all of it's features or need better performance when drawing a lot of tiles, the tilemap is rendered with a shader and performance depends on the resolution and the GPU, so the amount of tiles on the screen doesn't affect performance.
How to use: https://github.com/MightyPrinny/godot-gputilemap/wiki

Features:
-The editor supports basic things such as undo/redo, paint, erase and has a rectangle selection tool, brushes are made selecting things on the tileset view or from the selection on the map.
-Node instance generation via custom scripts.
-Autotiling
-Flip tiles vertically and horizontally
-Import maps from Tiled exported as json with csv tile data, the importer will ask you about which layer you want to import and what tileset you want to use.
-Save and load brushes from files
Save and load maps from files

Notes:
-Maps are stored as ImageTexture, if you are targeting mobile and low end devices don't use maps larger than 1024x1024 tiles( 2048x2048 should be fine but I'm not sure if that's good for low end mobile phones).
-Tilesets can have a maximum size of 256x256 tiles.
-Unfolding the image property of the ImageTexture that stores the map crashes the editor, this is a Godot editor bug.
-Only one tileset can be used on a single GPUTilemap node, this is because shaders don't support sampler2d array uniforms on GLES2.
This an alternative to the built in tilemap node for games that don't need all of it's features and has better performance, the tilemap is rendered with a shader and performance depends on the amount of pixels on the screen(window size) and the gpu, so rendering the whole map is as fast as rendering just a portion of the map.

How to use: https://github.com/MightyPrinny/godot-gputilemap/wiki

Features:
-The editor supports basic things such as undo/redo, paint, erase and has a rectangle selection tool, brushes are made selecting things on the tileset view or from the selection on the map.
-Collision generation via custom scripts.
-Import maps from Tiled exported as json with csv tile data, the importer will ask you about which layer you want to import and what tileset you want to use.
-Save and load brushes from files
Save and load maps from files
-Export map as an image


Notes:
-Maps are stored as ImageTexture, if you are targeting mobile and low end devices don't use maps larger than 1024x1024 tiles.
-Tilesets can have a maximum size of 256x256 tiles.
-Unfolding the image property of the ImageTexture that stores the map crashes the editor, this is an editor bug.
-Only one tileset can be used on a single GPUTilemap node, this is because shaders don't support sampler2d array uniforms.
Category 2D Tools 2D Tools
License MIT MIT
Repository Provider GitHub GitHub
Repository Url https://github.com/MightyPrinny/godot-gputilemap https://github.com/MightyPrinny/godot-gputilemap
Issues Url https://github.com/MightyPrinny/godot-gputilemap/issues https://github.com/MightyPrinny/godot-gputilemap/issues
Godot version Godot 3.1 Godot 3.2
Version String 0.9.8 0.8.0
Download Commit ab8d351af19162098d6fe7393f0a573476077d39 0.8.0
Download Url (Computed) https://github.com/MightyPrinny/godot-gputilemap/archive/ab8d351af19162098d6fe7393f0a573476077d39.zip https://github.com/MightyPrinny/godot-gputilemap/archive/0.8.0.zip
Icon Url https://raw.githubusercontent.com/MightyPrinny/godot-gputilemap/master/icon.png
https://raw.githubusercontent.com/MightyPrinny/godot-gputilemap/master/icon.png