Hello
I started sample "Unity VideoPlayback 2-8-9" on Android Galaxy S.
And when the video began to play on the texture - in the lower-right corner of the screen will display "Development Build". How to remove it? ("Development Build" in "Unity build srtings" set NO.)
- Sort Posts
- 4 replies
- Last post
VideoPlayback - text - "Development build"
VideoPlayback - text - "Development build"
VideoPlayback - text - "Development build"
AlessandroB, Thanks for the answer!
I created new project in Unity Pro and added last version sample "videoplayback-2-8-9.unitypackage"
When I run the project on the Galaxy S4 - Turns camera, then if tapan once - starts to play the sound, but the video is not visible.
I disable ARCamera and put simple Camera - but again only hear the sound on a black background.
Then I added simple plain and in VideoPlaybackBehaviour.cs added line in method "HandleStateChange":
// If the movie is playing or paused render the video texture
// Otherwise render the keyframe
if (newState == VideoPlayerHelper.MediaState.PLAYING ||
newState == VideoPlayerHelper.MediaState.PAUSED)
{
MyPlain.render.material.mainTexture = mVideoTexture;
...
Video was played on my texture! Cool!
But when I press start at the bottom appears colored text "Development Build".
Where is the mistake?
Not sure this is relevant to Vuforia;
see here:
https://docs.unity3d.com/Documentation/Manual/android-GettingStarted.html