Legacy Documentation: Version 4.6
Language: English
Reporting crash bugs under Android
Support for Split Application Binary (.OBB)

Features currently not supported by Unity Android

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Sumbission failed

For some reason your suggested change could not be submitted. Please try again in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Graphics

  • Non-square textures are not supported by the ETC format.
  • Movie Textures are not supported, use a full-screen streaming playback instead. Please see the Movie playback page for more information.

Scripting

  • OnMouseEnter, OnMouseOver, OnMouseExit, OnMouseDown, OnMouseUp, and OnMouseDrag events are not supported on Android.
  • Dynamic features like Duck Typing are not supported. Use #pragma strict for your scripts to force the compiler to report dynamic features as errors.
  • Video streaming via WWW class is not supported.
Reporting crash bugs under Android
Support for Split Application Binary (.OBB)