readme.txt 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. EasyMovieTexture For Android
  2. EasyMovieTexture is using Android MediaPlayer Class.
  3. Android MediaPlayer supports all formats are available.
  4. Streaming services are also supported.(Internet Access option is checked, the streaming service )
  5. From Android version 4.0 or later are supported.
  6. And the this demo movie licensing. (c) copyright 2006, Blender Foundation / Netherlands Media Art Institute / www.elephantsdream.org
  7. http://orange.blender.org/blog/creative-commons-license-2/
  8. Current version 3.66
  9. ------------------------------------------------------------------------------------------
  10. Update ( Ver. 3.66)
  11. 1. Improve streaming service performance on PC
  12. 2. GetCurrentSeekPercent function modified to work on iOS and PC
  13. Update ( Ver. 3.65)
  14. 1. Fixed sound bug on PC
  15. Update ( Ver. 3.64)
  16. 1. Metal graphics support in OSX
  17. 2. Fixed the problem that video play speeds up in certain formats.
  18. 3. Fixed an issue where sound does not play properly in certain formats.
  19. Update ( Ver. 3.63)
  20. 1. Fixed the problem that material is generated infinitely in recent update (PC problem)
  21. Update ( Ver. 3.62)
  22. 1. Fixed an issue where Android does not work when enabling multithreading rendering option in Unity 2017.
  23. Update ( Ver. 3.61)
  24. 1. Updating the ffmpeg dll file
  25. Update ( Ver. 3.60)
  26. 1. Fixed a problem that the YUV shader was disconnected
  27. 2. Fixed an issue where the error message did not work properly for the Android streaming service.
  28. 3. Fixed some sound decoding problems on PC.
  29. Update ( Ver. 3.59)
  30. 1. Fixed an abnormal behavior when iOS is in ApplicationPause state.
  31. 2. Fixed a side issue with BPC_FaseMode.
  32. Update ( Ver. 3.58)
  33. 1. Add BPC_FastMode (Experimental) : Improves performance in PC or Editor.
  34. (Note: the shader will automatically change to Unlit / Unlit_YUV.)
  35. 2. Fixed a problem where sound does not play in some video formats (on PC)
  36. Update ( Ver. 3.57)
  37. 1. When video is not played on iOS,Fixed a problem when calling the Pause () function
  38. 2. Fixed CSProjectFilePostProcessor.cs error
  39. Update ( Ver. 3.56)
  40. 1. Fixed a problem where Pause () function does not work when plugging in headset.(IOS)
  41. 2. Modifying Cubemap Modeling Data
  42. 3. Modifying Unity 5.6 Support