All Projects → sturdyspoon → unity-tile-mesh-paint

sturdyspoon / unity-tile-mesh-paint

Licence: MIT License
No description or website provided.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to unity-tile-mesh-paint

UnityHexagonLibrary2d
A library to manage 2D hexagonal tiles in Unity.
Stars: ✭ 58 (+11.54%)
Mutual labels:  tiles
wms-tiles-downloader
CLI for downloading map tiles from WMS server with given bbox and zoom.
Stars: ✭ 47 (-9.62%)
Mutual labels:  tiles
geopackage-mapcache-android
GeoPackage MapCache Android App
Stars: ✭ 33 (-36.54%)
Mutual labels:  tiles
openvtpk
Repackaging ESRI's VTPK into an MBTiles container
Stars: ✭ 34 (-34.62%)
Mutual labels:  tiles
earthwyrm
Vector tile map server for openstreetmap data
Stars: ✭ 16 (-69.23%)
Mutual labels:  tiles
geopackage-mapcache-ios
GeoPackage MapCache iOS App
Stars: ✭ 20 (-61.54%)
Mutual labels:  tiles
OSMChina-NextOSM
A more modern, designed and easy-to-use UI designed for browsing OpenStreetMap.
Stars: ✭ 17 (-67.31%)
Mutual labels:  tiles
pdf
This is web application, micro-stackoverflow, built with Spring MVC 5, Hibernate 5, AOP and Spring Security etc . Unregistered user can search for questions and look into details including answer however registered member can post questions and answers.
Stars: ✭ 24 (-53.85%)
Mutual labels:  tiles
game-map-editor
game-map-editor
Stars: ✭ 17 (-67.31%)
Mutual labels:  tiles
maptiles
Download, compose and display map tiles with R
Stars: ✭ 65 (+25%)
Mutual labels:  tiles
openstreetmap-carto-vector-tiles
A general-purpose OpenStreetMap mapnik style, in CartoCSS, served with vector tiles
Stars: ✭ 46 (-11.54%)
Mutual labels:  tiles
mapsplit
A fast way to split OSM data in to a portable tiled format
Stars: ✭ 55 (+5.77%)
Mutual labels:  tiles
Steam-Tiles
Pin Tiles of your games from Steam to the Windows 10 Start Menu
Stars: ✭ 20 (-61.54%)
Mutual labels:  tiles
raster-tiles-compactcache
Compact Cache V2 is used by ArcGIS to store raster tiles. The bundle file structure is very simple and optimized for quick access, resulting in improved performance over alternative formats.
Stars: ✭ 49 (-5.77%)
Mutual labels:  tiles
mvt
Draw Mapbox Vector Tiles (MVT) in Go
Stars: ✭ 46 (-11.54%)
Mutual labels:  tiles
Retiled
An attempt at creating a "desktop" environment mainly for Linux phones and tablets that's similar in function to some parts of Microsoft's Windows Phone 8.x, primarily the Start screen, Search app, navigation bar, Action Center, and the status bar. Development is mainly being done using the PinePhone, so that'll be the main supported device.
Stars: ✭ 41 (-21.15%)
Mutual labels:  tiles
MapCompose
A fast, memory efficient Jetpack Compose library to display tiled maps, with support for markers, paths, and rotation.
Stars: ✭ 82 (+57.69%)
Mutual labels:  tiles
videowall
Video wall with multiple tiles that enables synchronized video playback, mirrored or tiled.
Stars: ✭ 57 (+9.62%)
Mutual labels:  tiles
terrain
Generate contours, hillshade, Terrain RGB, slope-angle shading tiles from elevation data.
Stars: ✭ 33 (-36.54%)
Mutual labels:  tiles
react-auto-mosaic
Automatic box behavior in the grid - responsive mosaic
Stars: ✭ 12 (-76.92%)
Mutual labels:  tiles

Unity Tile Mesh Paint

A Unity Editor Tool which lets you paint 2D tiles on 3D meshes.

Download and Import the package here.

How to Set Up a Mesh for Painting

  • Add an Image with your Tiles to your Unity project

  • Set the Image to use a Texture Type of Sprite and a Sprite Mode of Multiple

  • Use the Sprite Editor to splice the image into individual tiles

  • Create a Material and set your Tiles image as the Texture

  • Create a Cube (or any other mesh you want to paint)

  • Drop the Material onto the Cube

  • Add a Mesh Collider to your Cube (you’ll need to remove any other preexisting colliders like the Box Collider first)

  • Open the Tile Mesh Paint Window
    Window > Tile Mesh Paint

  • Click on the Mesh to paint a tile

Attribution

Example Tiles were created by Kicked in Teeth:
https://kicked-in-teeth.itch.io/pico-8-tiles

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].