Hi there !
I'm working with the video playback sample, and I'm trying to change the position and the scale of the video object.
It works in the editor, but on my iPad3, the video is scaled to fit into the marker, and positionning is reset.
I tried also to remove the video object from its parent (I changed the TrackableEvent script to enable/disable the object) and it doesn't appear anymore.
It seems that the plugin for iOS behind change the visual of the video object.
Any thought ? Thanks !
I'd be very interested in how you are manipulating the texture if you can share any code that'd be great!
As for your issue, have you looked in QCARRendererimpl.cs? At about line 248 and beyond, it sets up the video background properties, and also in the file it configures the texture itself. It has quite a few checks to see if it is in the editor or on a device. It may work in the editor but need changes for on device.
Hope that helps,
-David