Installed Surge, fixed compile errors, moved a bunch of external stuff into folder

This commit is contained in:
2025-09-10 10:53:04 +02:00
parent a3649c65b0
commit 52bd7ef585
433 changed files with 10589 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
The TexturePacker Importer script (located in Assets/codeandweb.com/Editor)
extends your Unity editor to read sprite atlas data created with TexturePacker.
It automatically detects changed or newly added spritesheets written by TexturePacker
and (re)imports them as native Unity 2D spritesheets, so that their sprites can directly
be used in the editor. In your TexturePacker project you have to select the data format
"Unity - Texture2D sprite sheet".
TexturePacker Importer with Unity 2021.2 (or newer) requires the "Sprite 2D" package,
please make sure that it is part of your Unity project. You can install it using
Unity's package manager.
Visit our tutorial page for more information:
https://www.codeandweb.com/texturepacker/unity