UnityPlugin-AVProVideo icon indicating copy to clipboard operation
UnityPlugin-AVProVideo copied to clipboard

AVPro Video is a multi-platform Unity plugin for advanced video playback

Results 290 UnityPlugin-AVProVideo issues
Sort by recently updated
recently updated
newest added

### Please DO NOT LINK / ATTACH YOUR PROJECT FILES HERE **Describe the issue** We have noticed some string calls (IndexOf, StartsWith, ToLower etc.) in the C# source that do...

enhancement

**Is your feature request related to a problem? Please describe.** I am adding an AudioOuput component to my audio sources programmatically (for VR multichannel playback) and need to be able...

enhancement

Problem description: I am working on a project that requires encryption and decryption of videos. The current solution is to save copies of a decrypted file when they are needed...

enhancement
Android

Hello, I've noticed that AVvideopro by default seems to prefer to keep the video running smoothly than to drop frames. However in the project we are currently working on it...

enhancement
question

**Is your feature request related to a problem? Please describe.** It is possible to create an object containing a DisplayUGUI component that does not seem to render anything in Play...

enhancement 🚀

**Describe the solution you'd like** Make callbackOrder value configurable in Editor with a ScriptbleObject or with a custom/optional file in ProjectSettings **Describe alternatives you've considered** 1. Setting my own preprocessor...

enhancement

Thanks for watching. I can see Media play can play audio with unity audio source, with component AudioOutput. But I have not find a way to play audio through wwise...

enhancement

When decoding 10bit HEVC videos on OSX Editor, PlatformMediaPlayer.cs queries _playerTexture.planes[i].textureFormat and sets textureFormat based on what it finds there. That switch statement finds a BGR10A2 texture but does not...

enhancement 🚀
macOS
Fixed

Does AVPro ability to add some IPD correction for stereo video?

enhancement
question

Before I asked this question, I have tried to search online or going through existing issues. Yet I can't find any solution for this. I am creating a FMV-like game...