readme.txt 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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.69
  9. ------------------------------------------------------------------------------------------
  10. Update ( Ver. 3.69)
  11. 1. Fixed a crash problem when dynamically resizing (on a PC)
  12. 2. Fix crash problem when calling Stop function (on PC)
  13. Update ( Ver. 3.68)
  14. 1.PC-side rendering speed improvement (HLS streaming rendering speed improvement)
  15. 2. Modify buffer size(PC)
  16. Update ( Ver. 3.67)
  17. 1.Fixed sound buffering issue
  18. 2. Modify buffer size(PC)
  19. Update ( Ver. 3.66)
  20. 1. Improve streaming service performance on PC
  21. 2. GetCurrentSeekPercent function modified to work on iOS and PC
  22. Update ( Ver. 3.65)
  23. 1. Fixed sound bug on PC
  24. Update ( Ver. 3.64)
  25. 1. Metal graphics support in OSX
  26. 2. Fixed the problem that video play speeds up in certain formats.
  27. 3. Fixed an issue where sound does not play properly in certain formats.
  28. Update ( Ver. 3.63)
  29. 1. Fixed the problem that material is generated infinitely in recent update (PC problem)
  30. Update ( Ver. 3.62)
  31. 1. Fixed an issue where Android does not work when enabling multithreading rendering option in Unity 2017.
  32. Update ( Ver. 3.61)
  33. 1. Updating the ffmpeg dll file
  34. Update ( Ver. 3.60)
  35. 1. Fixed a problem that the YUV shader was disconnected
  36. 2. Fixed an issue where the error message did not work properly for the Android streaming service.
  37. 3. Fixed some sound decoding problems on PC.
  38. Update ( Ver. 3.59)
  39. 1. Fixed an abnormal behavior when iOS is in ApplicationPause state.
  40. 2. Fixed a side issue with BPC_FaseMode.
  41. Update ( Ver. 3.58)
  42. 1. Add BPC_FastMode (Experimental) : Improves performance in PC or Editor.
  43. (Note: the shader will automatically change to Unlit / Unlit_YUV.)
  44. 2. Fixed a problem where sound does not play in some video formats (on PC)
  45. Update ( Ver. 3.57)
  46. 1. When video is not played on iOS,Fixed a problem when calling the Pause () function
  47. 2. Fixed CSProjectFilePostProcessor.cs error
  48. Update ( Ver. 3.56)
  49. 1. Fixed a problem where Pause () function does not work when plugging in headset.(IOS)
  50. 2. Modifying Cubemap Modeling Data
  51. 3. Modifying Unity 5.6 Support