From 048a4f930cadfd9f62292f5ab75c817cea2581bf Mon Sep 17 00:00:00 2001 From: Chuan Xin Lim Date: Thu, 15 Apr 2021 15:28:28 +0800 Subject: [PATCH] -Update README.md with Palette Swap example --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c77d183..ef78e16 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 2d-techdemos -2d-techdemos is a repository containing helpful examples of 2D features with scenes and assets. It contains the asset implementions of the scripts available in its sister repository, [2d-extras](https://github.com/Unity-Technologies/2d-extras). +2d-techdemos is a repository containing helpful examples of 2D features with scenes and assets. It contains the asset implementations of the scripts available in its sister repository, [2d-extras](https://github.com/Unity-Technologies/2d-extras). All items in the repository are grouped by use for a feature and are listed below. @@ -25,4 +25,6 @@ As this repository contains the scripts from 2d-extras as a package, you do not - Right-click on the Tile Palette - Click on Select Tile Asset -For use with Unity 2019.3.7f1 onwards. \ No newline at end of file +- **Palette Swap** - A demo using Tilemap showing how Tiles in a Tilemap can be swapped between different Palette Prefabs. Open the scene Palette Swap to get started. Run this example by playing it and using the A and D keys to swap between palettes. + +For use with Unity 2021.1.0f1 onwards. For prior Unity versions, the appropriate Unity Packages should be used for those versions. \ No newline at end of file