Exemplo n.º 1
0
    private void SetUnityFeatures()
    {
        bool unitySupportsExternalTextures      = false;
        bool unitySupportsUnity35OpenGLTextures = false;

#if AVPROQUICKTIME_UNITYFEATURE_EXTERNALTEXTURES
        unitySupportsExternalTextures = true;
#endif
#if UNITY_3_5
        unitySupportsUnity35OpenGLTextures = true;
#endif
        AVProQuickTimePlugin.SetUnityFeatures(unitySupportsExternalTextures, unitySupportsUnity35OpenGLTextures);
    }
Exemplo n.º 2
0
 private void SetUnityFeatures()
 {
     AVProQuickTimePlugin.SetUnityFeatures(false);
 }