Merge pull request #3989 from kjav/patch-2

Add an 'unsupported on android' warning to 2d skeleton documentation
This commit is contained in:
Nathan Lovato
2020-09-26 11:51:08 -06:00
committed by GitHub

View File

@@ -3,6 +3,11 @@
2D skeletons
============
.. warning::
There are known issues with 2D skeletons on mobile and web platforms with the GLES2 renderer. We
recommend using the GLES3 renderer if your project relies on Skeleton2D for now.
Introduction
------------