Earlier quoted context omitted.
Context about the Unity terms change controversy: https://www.gamedeveloper.com/business/unity-is-killing-its-... > Initially, the Runtime Fee sought to charge developers a per install tariff once projects had passed certain milestones. It was a decision that left many users reeling, resulting in a colossal backlash (…) How users reacted: https://old.reddit.com/r/OutOfTheLoop/comments/16h9lnw/whats... > Any install,…
Side note--is there any way to access reddit now for people who refuse to log in or get the app? Old reddit asks tells me I have to use new reddit for "security" and new reddit says "Get the app to keep using Reddit".
VLC for Unity now supported on Linux
41–50 of 58 posts
Re: VLC for Unity now supported on Linux
#42Sidenote: Video game programming with unity was an absolute nightmare to try and get working with any kind of gitops and or with multiple people working on the same code base a couple of years ago Wonder if that changed ?
Re: VLC for Unity now supported on Linux
#43Can a unity dev/game dev help elucidate why you'd use vlc in unity? For cutscene playback?
The standout option for a more elaborate video handling was typically AVPro. It's a really good option, with that said with vlc stepping up hopefully it's no longer strictly necessary.
Re: VLC for Unity now supported on Linux
#44Earlier quoted context omitted.
Side note--is there any way to access reddit now for people who refuse to log in or get the app? Old reddit asks tells me I have to use new reddit for "security" and new reddit says "Get the app to keep using Reddit".
On mobile ? Not really. Their website is mobile cancer, and their app is barely better. I'm impressed at how bad it is, and it's not even about "pushing more ads" but "controlling what people see". That's also why they've removed r/all.
Re: VLC for Unity now supported on Linux
#45Sidenote: Video game programming with unity was an absolute nightmare to try and get working with any kind of gitops and or with multiple people working on the same code base a couple of years ago Wonder if that changed ?
While plasticSCM has come a long way, I still find it a bit buggy and hard to work around. I miss the more advanced features of git.
Re: VLC for Unity now supported on Linux
#46I wish Unity's built-in videoplayer wasn't such a disappointment. The performance on Windows is god awful. Have had to write a mass video reference recompressor/in-scene replacer that just attempts to pick the best compression flags and reduces resolution just avoid dropping frames playing ~1080p videos on multi-core PC's with discrete GPU's. Mac was fine playing even the overly high res original footage, high 2000+…
A tool that's a bit half baked.
They have been doing a hell of a lot better lately though.
Re: VLC for Unity now supported on Linux
#47Re: VLC for Unity now supported on Linux
#48Earlier quoted context omitted.
Context about the Unity terms change controversy: https://www.gamedeveloper.com/business/unity-is-killing-its-... > Initially, the Runtime Fee sought to charge developers a per install tariff once projects had passed certain milestones. It was a decision that left many users reeling, resulting in a colossal backlash (…) How users reacted: https://old.reddit.com/r/OutOfTheLoop/comments/16h9lnw/whats... > Any install,…
Side note--is there any way to access reddit now for people who refuse to log in or get the app? Old reddit asks tells me I have to use new reddit for "security" and new reddit says "Get the app to keep using Reddit".
i guess if you are using apple, you have chosen that the apple security is correct in requiring you to install the app?
Re: VLC for Unity now supported on Linux
#49Earlier quoted context omitted.
Side note--is there any way to access reddit now for people who refuse to log in or get the app? Old reddit asks tells me I have to use new reddit for "security" and new reddit says "Get the app to keep using Reddit".
firefox+ublock+the extension that forwards to old.reddit i guess if you are using apple, you have chosen that the apple security is correct in requiring you to install the app?
> apple security... requiring you to install the app
It's the reddit website that freezes me out, nothing to do with the OS.
Re: VLC for Unity now supported on Linux
#50Recently added support for Linux to VLC for Unity, with full hardware decoding. It uses OpenGL rendering through GLX and EGL, with DMA-BUF texture sharing to pass video frames efficiently to Unity’s renderer. Only x86_64 is supported at this time. In the future, I will add ARM64 support as well as Vulkan.
Would it not be more efficient to create the decoder in-process, then you could feed it the bitstream via a compute buffer, and the video would be rendered to a texture.