Browse Source

Merge pull request #3989 from kjav/patch-2

Add an 'unsupported on android' warning to 2d skeleton documentation
Nathan Lovato 4 years ago
parent
commit
22c6fdbc15
1 changed files with 5 additions and 0 deletions
  1. 5 0
      tutorials/animation/2d_skeletons.rst

+ 5 - 0
tutorials/animation/2d_skeletons.rst

@@ -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
 ------------