From 7f15e47038e7753b1dbe36defd0c899c8ea4e0c4 Mon Sep 17 00:00:00 2001 From: MikalDev <33675273+MikalDev@users.noreply.github.com> Date: Thu, 10 Sep 2020 18:04:44 -0700 Subject: [PATCH] Change comment on multiple texture sheets. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b5156d..ea60e06 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Important notes for Spine export files: - Requires Spine version 3.8+ JSON files. See Spine Formatter below to upgrade older JSON files. - In the Spine export dialogue box, under Runtime, set both 'Filter min' and 'Filter mag' to Linear. -- Max texture size, limited to one sheet of 4096x4096. Multiple texture sheets not supported. +- Max texture size, 4096x4096. multiple texture sheets supported (use space separated list on C3 spine object's png path property). ## Additional Spine project guidelines: - Do not use minify on export of C3 project. - Do not use worker mode for C3 (see below for details.)