Hi i need help wiht this problem Assets/Script/Play.js(1,31): BCE0019: ‘Play’ is not a member of ‘UnityEngine.Texture’. how can resolved this.? thanks for your time.
You want to use a MovieTexture, not a normal texture.
Upon reading the documentation further, apparently MovieTexture
isn’t supported on Android. You’ll need to use Handheld.PlayFullScreenMovie instead.