Search Results for

    Show / Hide Table of Contents

    3.1 Installation Steps

    1. Either:
      1. Downloaded the latest version from the Asset Store \ or
      2. Download the latest trial version from our website: https://renderheads.com/products/avpro-video \ or from github: https://github.com/RenderHeads/UnityPlugin-AVProVideo/releases
    2. If you are upgrading from an existing version:
      1. Close your Unity project
      2. Open your project again and proceed to the next step immediately without running the scene or clicking on any AVPro Video components, as this can cause the plugin files to become locked
    3. Import the unitypackage** **file into your Unity project by double-clicking on it
    4. If prompted to upgrade some scripts click Yes

    3.2 Watermarked Trial Version

    If you are using a trial version of the plugin then you will see a watermark displayed over the video. The watermark is in the form of a “RenderHeads” logo that animates around the screen, or a thick horizontal bar that moves around the screen.

    3.3 Installation & Watermark Troubleshooting

    It’s often a good idea to check that the correct version is reported after a plugin upgrade. You can check which version you have installed by adding an MediaPlayer component to your scene and clicking on the “About / Help” button in the Inspector for that component. The version number is displayed in this box.

    The full version of AVPro Video has no watermarks for any platforms. If you use one of the platform specific packages (eg AVPro Video for iOS, or AVPro Video for Windows) then you will not see the watermark on the platform you purchased for, but you will see the watermark on the other platforms. For example if you purchased AVPro Video for iOS then you will still see the watermark in the Unity editor as this is running on Windows/macOS, but the videos played back when you deploy to your iOS device will be watermark-free.

    3.4 Installing Multiple Single-Platform Packages

    If you are not using the full all-in-one AVPro Video package and instead have opted to purchase multiple individual single-platform packages then the installation must be done carefully, especially when upgrading to a new version.

    If you have installed the iOS package then it will also contain plugins for all of the other platforms but with the watermark enabled. This means that if you then try to install another AVPro Video package it may not override the plugins correctly. Here is how to resolve this using the iOS and Android package as examples:

    1. Open a fresh Unity instance (this is important as otherwise Unity may have locked the plugin files which prevents them from being upgraded)
    2. Import the iOS package
    3. Import the Android package, but make sure that you have the iOS native plugin file unticked (so that it is not overwritten) A similar process can be applied for other package combinations.

    List of native plugin files that need to be selectively chosen when replacing specific platforms:

    • Android
      • Plugins/Android/AVProVideo.jar
    • macOS
      • Plugins/AVProVideo.bundle
    • iOS
      • Plugins/iOS/AVProVideo.framework
    • tvOS
      • Plugins/tvOS/AVProVideo.framework
    • Windows
      • Plugins/WSA/UWP/ARM64/AVProVideo.dll
      • Plugins/WSA/UWP/ARM64/AVProVideoWinRT.dll
      • Plugins/WSA/UWP/ARM/AVProVideo.dll
      • Plugins/WSA/UWP/ARM/AVProVideoWinRT.dll
      • Plugins/WSA/UWP/x86/AVProVideo.dll
      • Plugins/WSA/UWP/x86/AVProVideoWinRT.dll
      • Plugins/WSA/UWP/x86_64/AVProVideo.dll
      • Plugins/WSA/UWP/x86_64/AVProVideoWinRT.dll
      • Plugins/x86/AVProVideo.dll
      • Plugins/x86/AVProVideoWinRT.dll
      • Plugins/x86_64/AVProVideo.dll
      • Plugins/x86_64/AVProVideoWinRT.dll
    In This Article